Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
|
@@ -27,11 +27,8 @@ RUN mkdir -p /config /data /temp && \
|
|
| 27 |
chmod -R 775 /temp
|
| 28 |
|
| 29 |
# Copy start script and make it executable
|
| 30 |
-
COPY start.sh /app/start.sh
|
| 31 |
-
RUN chmod +x /app/start.sh
|
| 32 |
-
|
| 33 |
# Expose the application port
|
| 34 |
EXPOSE 7860
|
| 35 |
|
| 36 |
# Use the start script as the entrypoint
|
| 37 |
-
|
|
|
|
| 27 |
chmod -R 775 /temp
|
| 28 |
|
| 29 |
# Copy start script and make it executable
|
|
|
|
|
|
|
|
|
|
| 30 |
# Expose the application port
|
| 31 |
EXPOSE 7860
|
| 32 |
|
| 33 |
# Use the start script as the entrypoint
|
| 34 |
+
CMD ["python", "srv.py"]
|