Update Dockerfile.prod

This commit is contained in:
2025-08-31 08:09:56 +02:00
parent b62549ad90
commit 808b701596

View File

@@ -65,6 +65,6 @@ RUN chown -R www-data:www-data storage bootstrap/cache
FROM nginx:1.27-alpine AS nginx FROM nginx:1.27-alpine AS nginx
WORKDIR /var/www/html WORKDIR /var/www/html
COPY --from=final /var/www/html/public ./public COPY --from=final /var/www/html/public ./public
COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./docker/nginx/nginx.conf /etc/nginx/conf.d/default.conf
CMD ["php-fpm"] CMD ["php-fpm"]