rahulreshma commited on
Commit
114f594
·
verified ·
1 Parent(s): 39a8a8f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,8 +3,8 @@ RUN echo test
3
 
4
  RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop
5
  USER root
6
- echo $(whoami)
7
- CMD python3 -m http.server
8
 
9
  RUN echo $(pwd)
10
  RUN ls -al
 
3
 
4
  RUN apt update && apt install -y python3 python3-pip python3-venv sudo htop
5
  USER root
6
+ RUN echo $(whoami)
7
+ CMD python3 -m http.server 7680
8
 
9
  RUN echo $(pwd)
10
  RUN ls -al