Skip to content

Commit

Permalink
🐛 Edit Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin committed Aug 21, 2022
1 parent 923afa1 commit 4e9bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e9bfae

Please sign in to comment.