Spaces:
Sleeping
Sleeping
Commit ·
95aae76
1
Parent(s): bd86503
first commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -32,4 +32,4 @@ COPY --chown=appuser:appuser . .
|
|
| 32 |
EXPOSE 7860
|
| 33 |
|
| 34 |
# Command to run the application
|
| 35 |
-
CMD ["
|
|
|
|
| 32 |
EXPOSE 7860
|
| 33 |
|
| 34 |
# Command to run the application
|
| 35 |
+
CMD ["python", "server.py"]
|