Skip to content

Commit dd51202

Browse files
committed
chore: remove executable script
1 parent a62f87e commit dd51202

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ RUN apt-get update && apt-get install -y \
4444
&& rm -rf /var/lib/apt/lists/* \
4545
&& mkdir -p /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix
4646

47-
# Make the script executable
48-
# RUN chmod +x ./start.sh
49-
5047
# Expose the backend port
5148
EXPOSE ${BACKEND_PORT:-8080}
5249

0 commit comments

Comments
 (0)