rahulreshma commited on
Commit
46ce8c8
·
verified ·
1 Parent(s): bbc5d64

Update Dockerfile

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