rahulreshma commited on
Commit
58037a1
·
verified ·
1 Parent(s): ab76f89

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -6,5 +6,8 @@ RUN apt update && apt install -y python3
6
  #CMD python3 -m http.server
7
  RUN pwd
8
  RUN ls -l
 
 
9
  RUN cd /app
 
10
  CMD ["./star.sh"]
 
6
  #CMD python3 -m http.server
7
  RUN pwd
8
  RUN ls -l
9
+ WORKDIR /app
10
+ COPY . /app
11
  RUN cd /app
12
+ RUN ls -l
13
  CMD ["./star.sh"]