Skip to content

Commit 542db43

Browse files
committed
update file
1 parent 2d5c9c6 commit 542db43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insecure-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && \
1717
# Create /app directory and set as working directory
1818
RUN mkdir /app
1919
WORKDIR /app
20-
COPY app.py /app/
20+
ADD ./insecure-app/app.py /app/
2121

2222
# Create an uploads directory
2323
RUN mkdir /uploads

0 commit comments

Comments
 (0)