Spaces:
Paused
Paused
Commit
·
2c7276d
1
Parent(s):
1ce5c45
Fixed Dockerfile v2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -23,4 +23,4 @@ ENV PYTHONUNBUFFERED=1
|
|
23 |
EXPOSE 7680
|
24 |
|
25 |
# Command to run the application
|
26 |
-
CMD ["
|
|
|
23 |
EXPOSE 7680
|
24 |
|
25 |
# Command to run the application
|
26 |
+
CMD ["python", "-m", "app.main"]
|