Spaces:
Paused
Paused
fix: remove reference to deleted entrypoint_wrapper.py in chmod
Browse files- 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 /
|
| 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
|