Spaces:
Runtime error
Runtime error
Commit ·
1f2de78
1
Parent(s): 4134c67
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,4 +17,4 @@ COPY . .
|
|
| 17 |
EXPOSE 5000
|
| 18 |
|
| 19 |
# Define the command to run the app when the container starts
|
| 20 |
-
CMD ["
|
|
|
|
| 17 |
EXPOSE 5000
|
| 18 |
|
| 19 |
# Define the command to run the app when the container starts
|
| 20 |
+
CMD ["flask","app.py", "--host=0.0.0.0", "--port=7000"]
|