Skip to content

Commit 768176b

Browse files
Update Dockerfile
1 parent 509d780 commit 768176b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-app/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3
22
#Commentaire
33
WORKDIR /app
44

5-
COPY . .
5+
COPY ../app/ .
66

77
RUN pip install --no-cache-dir -r requirements.txt
88

0 commit comments

Comments
 (0)