Tested with Symfony 7 project

This commit is contained in:
2024-02-06 01:00:58 +01:00
parent 7d760c25e3
commit 87e74c5814
7 changed files with 107 additions and 5 deletions

View File

@ -14,6 +14,7 @@ RUN apk add --no-cache \
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
COPY ./config/supervisor/* /etc/supervisor.d/
COPY ./config/frameworks/* /scripts/frameworks/
COPY ./config/nginx/* /etc/nginx/http.d/
COPY ./config/entrypoint.sh /scripts/entrypoint.sh
ENTRYPOINT [ "/sbin/tini", "--" ]