🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 11:28:05 -04:00
parent 3d55fb1032
commit 8b04c5beaa
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -39,9 +39,7 @@ RUN git clone https://github.com/cherokee/webserver.git . && \
rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /usr/src/* rm -Rf /var/cache/apk/* /tmp/* /var/tmp/* /usr/src/*
FROM casjaysdevdocker/php:latest AS source FROM casjaysdevdocker/php:latest AS source
COPY --from=build /usr/local/bin/. /usr/local/bin/ COPY --from=build /usr/local/. /usr/local/
COPY --from=build /usr/local/lib/python2/. /usr/local/lib/python2/
COPY --from=build /usr/local/share/cherokee/. /usr/local/share/cherokee/
COPY ./bin/. /usr/local/bin/ COPY ./bin/. /usr/local/bin/
COPY ./data/. /usr/local/share/template-files/data/ COPY ./data/. /usr/local/share/template-files/data/
COPY ./config/. /usr/local/share/template-files/config/ COPY ./config/. /usr/local/share/template-files/config/