copy nginx file
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Philipp Lang 2023-07-20 16:29:20 +02:00
parent 1b2df8a59a
commit 1d808f0e10
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ WORKDIR /app
COPY --chown=www-data:www-data . /app
COPY --chown=www-data:www-data --from=node /app/public /app/public
COPY --chown=www-data:www-data --from=composer /app/vendor /app/vendor
COPY ./.docker/nginx/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]