Skip to content

Commit

Permalink
Use Add
Browse files Browse the repository at this point in the history
  • Loading branch information
arulkumar committed Jul 1, 2022
1 parent 8fe6eb4 commit e8caf78
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
@@ -1,7 +1,7 @@
FROM python:3.8.13-slim-bullseye

RUN mkdir -p /usr/src
COPY ./ /usr/src/
ADD ./ /usr/src/

WORKDIR /usr/src

Expand Down

0 comments on commit e8caf78

Please sign in to comment.