Commit
·
ef23e04
1
Parent(s):
f8ad888
Add port
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -24,6 +24,8 @@ RUN mkdir -p uploads md_files && \
|
|
24 |
# Set matplotlib config directory
|
25 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
26 |
|
|
|
|
|
27 |
# Default command
|
28 |
# CMD ["gunicorn", "--config", "gunicorn_config.py", "app:app"]
|
29 |
CMD ["python", "app.py"]
|
|
|
24 |
# Set matplotlib config directory
|
25 |
ENV MPLCONFIGDIR=/tmp/matplotlib
|
26 |
|
27 |
+
EXPOSE 8009
|
28 |
+
|
29 |
# Default command
|
30 |
# CMD ["gunicorn", "--config", "gunicorn_config.py", "app:app"]
|
31 |
CMD ["python", "app.py"]
|