From 8b04c5beaa97523f5ec7f2636ef47825d7ee3122 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 11 Oct 2022 11:28:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0123490..1efa393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,9 +39,7 @@ RUN git clone https://github.com/cherokee/webserver.git . && \ rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /usr/src/* FROM casjaysdevdocker/php:latest AS source -COPY --from=build /usr/local/bin/. /usr/local/bin/ -COPY --from=build /usr/local/lib/python2/. /usr/local/lib/python2/ -COPY --from=build /usr/local/share/cherokee/. /usr/local/share/cherokee/ +COPY --from=build /usr/local/. /usr/local/ COPY ./bin/. /usr/local/bin/ COPY ./data/. /usr/local/share/template-files/data/ COPY ./config/. /usr/local/share/template-files/config/