Skip to content

Commit 4e9bfae

Browse files
author
Antonin
committed
🐛 Edit Dockerfile
1 parent 923afa1 commit 4e9bfae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ADD . /app
33
WORKDIR /app
44

55
# We are installing a dependency here directly into our app source dir
6-
RUN pip install --target=/app -r requirements.txt
6+
RUN pip install -r requirements.txt
77

88
# A distroless container image with Python and some basics like SSL certificates
99
# https://github.com/GoogleContainerTools/distroless

0 commit comments

Comments
 (0)