Skip to content

Commit 4a8d983

Browse files
authored
Merge pull request #331 from PeterDaveHello/RefactorDockerfileInstruction
Replace ADD with COPY instruction in Dockerfile
2 parents 8d25c80 + ebb0884 commit 4a8d983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfilei386

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN python3 -m pip install pyinstaller pytest
1717

1818
RUN mkdir /app
1919
WORKDIR /app
20-
ADD . ./
20+
COPY . ./
2121

2222
# Install this project dependencies
2323
RUN python3 -m pip install -e .

0 commit comments

Comments
 (0)