Spaces:
Runtime error
Runtime error
Ivan Shelonik
commited on
Commit
·
7d0f219
1
Parent(s):
df0d440
upd: configs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ COPY . .
|
|
| 15 |
EXPOSE 5000
|
| 16 |
|
| 17 |
# Set the environment variable for Flask
|
| 18 |
-
ENV FLASK_APP=
|
| 19 |
|
| 20 |
# Run the Flask application
|
| 21 |
CMD ["flask", "run", "--host=0.0.0.0"]
|
|
|
|
| 15 |
EXPOSE 5000
|
| 16 |
|
| 17 |
# Set the environment variable for Flask
|
| 18 |
+
ENV FLASK_APP=api_server.py
|
| 19 |
|
| 20 |
# Run the Flask application
|
| 21 |
CMD ["flask", "run", "--host=0.0.0.0"]
|