externally visible flask

This commit is contained in:
2023-01-16 16:13:20 -05:00
parent 569219628f
commit e0ec0c981c

View File

@@ -11,5 +11,5 @@ COPY data/stations.csv data/
RUN pip install -r requirements.txt
CMD [ "python", "app.py" ]
CMD [ "flask", "run", "--host=0.0.0.0" ]
EXPOSE 5000