Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ RUN mkdir separated
|
|
19 |
EXPOSE 5000
|
20 |
|
21 |
# 运行应用程序
|
22 |
-
CMD ["gunicorn", "-b", "0.0.0.0:5000","--timeout", "300", "app/app:app"]
|
|
|
19 |
EXPOSE 5000
|
20 |
|
21 |
# 运行应用程序
|
22 |
+
CMD ["gunicorn", "-b", "0.0.0.0:5000","--timeout", "300", "/app/app:app"]
|