oskarb-patch-2 #2

Merged
oskarb merged 2 commits from oskarb-patch-2 into master 2025-08-31 08:10:22 +02:00
2 changed files with 22 additions and 1 deletions
Showing only changes of commit 808b701596 - Show all commits

View File

@@ -65,6 +65,6 @@ RUN chown -R www-data:www-data storage bootstrap/cache
FROM nginx:1.27-alpine AS nginx
WORKDIR /var/www/html
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"]