From 460d7ec3eba1fd4314176da185cf47b551d91e98 Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Tue, 20 Feb 2018 10:59:04 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 535d826..4886a9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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