use nginx instead of symfony serve
This commit is contained in:
parent
c07d259e4f
commit
c5e4a31c0d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user