From 9380a5acd677d8a1bd84e232844ffbeafa2506d2 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Tue, 12 Jan 2021 09:41:25 +0100 Subject: [PATCH] fixed copy if files in php container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d21020..2d6f403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,4 +53,4 @@ ENV APACHE_RUN_USER=www-data \ # |-------------------------------------------------------------------------- # | Add php files of website # |-------------------------------------------------------------------------- -COPY --from=build-ts /build/public /var/www/html \ No newline at end of file +COPY --from=build /build/public /var/www/html \ No newline at end of file -- GitLab