tao-shen Claude Opus 4.6 commited on
Commit
22382b6
·
1 Parent(s): efe59e5

fix: remove reference to deleted entrypoint_wrapper.py in chmod

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ COPY ubuntu-server/git_sync_daemon.py /opt/git_sync_daemon.py
50
  COPY ubuntu-server/log_streamer.py /opt/log_streamer.py
51
  COPY ubuntu-server/start-server.sh /opt/start-server.sh
52
  COPY scripts /scripts
53
- RUN chmod +x /scripts/entrypoint.sh /scripts/entrypoint_wrapper.py /opt/start-server.sh
54
 
55
  ENV PERSIST_PATH=/data
56
  ENV PYTHONUNBUFFERED=1
 
50
  COPY ubuntu-server/log_streamer.py /opt/log_streamer.py
51
  COPY ubuntu-server/start-server.sh /opt/start-server.sh
52
  COPY scripts /scripts
53
+ RUN chmod +x /scripts/entrypoint.sh /opt/start-server.sh
54
 
55
  ENV PERSIST_PATH=/data
56
  ENV PYTHONUNBUFFERED=1