Clean Up and fixing docker build

This commit is contained in:
2023-10-18 15:04:53 +02:00
parent 5e5b0d55a1
commit eec6f31419
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,6 @@ WORKDIR /hafas_db
COPY Hafas_Main_web.py app.py
RUN mkdir -p templates
COPY templates templates/.
RUN pip3 install Flask
RUN pip3 install Flask requests
CMD ["python3", "app.py"]
EXPOSE 5000