ladogton2010 commited on
Commit
952ca2f
·
1 Parent(s): dfb806a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ WORKDIR /home/user
13
  RUN wget https://dlcdn.apache.org/httpd/httpd-2.4.62.tar.gz
14
  RUN tar -xf httpd-2.4.62.tar.gz
15
  RUN cd httpd-2.4.62
16
- WORKDIR /httpd-2.4.62
17
  RUN ls -la
18
 
19
 
 
13
  RUN wget https://dlcdn.apache.org/httpd/httpd-2.4.62.tar.gz
14
  RUN tar -xf httpd-2.4.62.tar.gz
15
  RUN cd httpd-2.4.62
16
+ WORKDIR /home/user/httpd-2.4.62
17
  RUN ls -la
18
 
19