Spaces:
Sleeping
Sleeping
Commit ·
80d491a
1
Parent(s): f6bbbe9
fixed docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ USER user
|
|
| 19 |
# Expose the port that the application will run on
|
| 20 |
EXPOSE 7860
|
| 21 |
|
| 22 |
-
CMD ["
|
|
|
|
| 19 |
# Expose the port that the application will run on
|
| 20 |
EXPOSE 7860
|
| 21 |
|
| 22 |
+
CMD ["python", "app.py"]
|