use nginx instead of symfony serve

This commit is contained in:
Tim Lappe 2025-04-13 16:40:00 +02:00
parent c07d259e4f
commit c5e4a31c0d

View File

@ -31,7 +31,7 @@ FROM base as production
RUN apt-get update && apt-get install -y nginx
# Copy application files
COPY . .
COPY --chown=www-data:www-data . .
# Install dependencies
RUN composer install --no-interaction --optimize-autoloader --no-dev