From fdac746035c5f82c79cfa1d77afaf03887294024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 18 Oct 2020 21:14:41 +0200 Subject: [PATCH] update path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c76876..bcdc282 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM httpd:2 -COPY . /user/local/apache2/htdocs/ +COPY . /usr/local/apache2/htdocs \ No newline at end of file