diff --git a/Dockerfile b/Dockerfile index 9c998b8..c8504ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN echo "\n Run Dockerfile" COPY ./requirements.txt . # Install pipenv -RUN python -m pip download -r requirements.txt +RUN python -m pip install -r requirements.txt