From 5e5b0d55a135d5c2373c2a1905d99912d0349ed5 Mon Sep 17 00:00:00 2001 From: Rsclub2 2 Date: Wed, 18 Oct 2023 15:01:22 +0200 Subject: [PATCH] remove unwanted components --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe1e7d5..4e243ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ WORKDIR /hafas_db COPY Hafas_Main_web.py app.py RUN mkdir -p templates COPY templates templates/. -RUN pip3 install pyhafas Flask +RUN pip3 install Flask CMD ["python3", "app.py"] EXPOSE 5000