chore: remove executable script

This commit is contained in:
amhsirak
2025-01-19 23:07:39 +05:30
parent a62f87eefe
commit dd51202bd2

View File

@@ -44,9 +44,6 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix
# Make the script executable
# RUN chmod +x ./start.sh
# Expose the backend port
EXPOSE ${BACKEND_PORT:-8080}