Преглед изворни кода

Dockerfile: Be more specific about the path

Without looking at the php:apache image, it is unclear what
the destination of the COPY command is
Felix Breidenstein пре 8 година
родитељ
комит
460d7ec3eb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,4 +14,4 @@ RUN apt-get update && apt-get install -y \
     # We enable Apache's mod_rewrite
     # We enable Apache's mod_rewrite
     a2enmod rewrite
     a2enmod rewrite
 
 
-COPY . .
+COPY . /var/www/html