Commit ·
f8ad888
1
Parent(s): 50ee429
Use `python app.pyi`
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,5 @@ RUN mkdir -p uploads md_files && \
|
|
| 25 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 26 |
|
| 27 |
# Default command
|
| 28 |
-
CMD ["gunicorn", "--config", "gunicorn_config.py", "app:app"]
|
|
|
|
|
|
| 25 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
| 26 |
|
| 27 |
# Default command
|
| 28 |
+
# CMD ["gunicorn", "--config", "gunicorn_config.py", "app:app"]
|
| 29 |
+
CMD ["python", "app.py"]
|