fixed copy if files in php container

This commit is contained in:
Jonas Leder 2021-01-12 09:41:25 +01:00
parent 3e248fcf82
commit 9380a5acd6

View file

@ -53,4 +53,4 @@ ENV APACHE_RUN_USER=www-data \
# |--------------------------------------------------------------------------
# | Add php files of website
# |--------------------------------------------------------------------------
COPY --from=build-ts /build/public /var/www/html
COPY --from=build /build/public /var/www/html