Surbao commited on
Commit
bb38101
·
verified ·
1 Parent(s): 2b0a844

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /
15
 
16
  RUN git clone https://github.com/icret/EasyImages2.0.git ei
17
 
18
- RUN mv ei /var/www/html
19
 
20
  WORKDIR /var/www/html
21
 
 
15
 
16
  RUN git clone https://github.com/icret/EasyImages2.0.git ei
17
 
18
+ RUN mv /ei /var/www/html
19
 
20
  WORKDIR /var/www/html
21