mirror of
https://github.com/skoobasteeve/MTAPI-docker.git
synced 2026-03-19 19:18:57 +00:00
externally visible flask
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user