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
|
RUN apt-get update && apt-get install -y nginx
|
||||||
|
|
||||||
# Copy application files
|
# Copy application files
|
||||||
COPY . .
|
COPY --chown=www-data:www-data . .
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN composer install --no-interaction --optimize-autoloader --no-dev
|
RUN composer install --no-interaction --optimize-autoloader --no-dev
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user