Tested with Symfony 7 project
This commit is contained in:
@ -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", "--" ]
|
||||
|
Reference in New Issue
Block a user