shethjenil commited on
Commit
6231ec1
1 Parent(s): 77dd620

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ RUN chown -R myuser:myuser /code
16
 
17
  # Switch to the non-root user
18
  USER myuser
 
19
 
20
  # Extract the contents of the zip file
21
  RUN unzip /code/jainbook.zip -d /code/jainbook
 
16
 
17
  # Switch to the non-root user
18
  USER myuser
19
+ COPY ./jainbook.zip /code/jainbook.zip
20
 
21
  # Extract the contents of the zip file
22
  RUN unzip /code/jainbook.zip -d /code/jainbook