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

Update Dockerfile

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