Spaces:
Building
Building
Commit
·
fcafb91
1
Parent(s):
ae7455e
Files added
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -25,5 +25,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
25 |
# Expose the port Flask will run on
|
26 |
EXPOSE 7860
|
27 |
|
28 |
-
# Command to run
|
29 |
-
CMD ["
|
|
|
25 |
# Expose the port Flask will run on
|
26 |
EXPOSE 7860
|
27 |
|
28 |
+
# Command to run app
|
29 |
+
CMD ["python3", "app.py"]
|