fix: passes nginx config into app container

This commit is contained in:
2025-05-22 12:33:20 -05:00
parent 565481aa5a
commit 764fef37e5
2 changed files with 2 additions and 2 deletions

View File

@@ -10,9 +10,10 @@ USER nobody
COPY --chown=nobody:nobody . /var/www
COPY --chmod=0775 ./bash/entrypoint.sh /usr/local/bin/
COPY --chmod=0755 ./bash/nginx.conf /etc/nginx/conf.d/site.conf
HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD [ "php", "/var/www/bin/console", "startup:status" ]
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
WORKDIR /var/www
WORKDIR /var/www