shethjenil commited on
Commit
00fa5eb
1 Parent(s): 5d3d953

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ 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
23
 
24
  # Copy remaining application files
25
  COPY . .
 
19
  COPY ./jainbook.zip /code/jainbook.zip
20
 
21
  # Extract the contents of the zip file
22
+ RUN unzip /code/jainbook.zip -d /code/.
23
 
24
  # Copy remaining application files
25
  COPY . .