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
This commit is contained in:
Felix Breidenstein 2018-02-20 10:59:04 +01:00
parent c9b0398df0
commit 460d7ec3eb

View File

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