Spaces:
Sleeping
Sleeping
Commit
·
f85325a
1
Parent(s):
5a6e6ac
update: dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -63,4 +63,4 @@ ENV FLASK_RUN_PORT=7860
|
|
63 |
EXPOSE 7860
|
64 |
|
65 |
# Run the application
|
66 |
-
CMD ["
|
|
|
63 |
EXPOSE 7860
|
64 |
|
65 |
# Run the application
|
66 |
+
CMD ["python3", "server.py"]
|