diff --git a/Dockerfile b/Dockerfile index dd07c93..122c3c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ADD . /app WORKDIR /app # We are installing a dependency here directly into our app source dir -RUN pip install --target=/app -r requirements.txt +RUN pip install -r requirements.txt # A distroless container image with Python and some basics like SSL certificates # https://github.com/GoogleContainerTools/distroless