Surbao commited on
Commit
754180e
·
verified ·
1 Parent(s): bb38101

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -11,11 +11,7 @@ RUN apt-get update && apt-get install -y \
11
  unzip \
12
  && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
13
 
14
- 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
 
 
11
  unzip \
12
  && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
13
 
14
+ RUN git clone https://github.com/icret/EasyImages2.0.git /var/www/html
 
 
 
 
15
 
16
  WORKDIR /var/www/html
17