diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a91a0d9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM python:latest +WORKDIR /hafas_db +COPY Hafas_Main_web.py app.py +COPY templates/* ./templates +RUN pip3 install pyhafas Flask typing +CMD ["python3", "app.py"] +EXPOSE 5000 \ No newline at end of file