wip: frankenphp
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM dunglas/frankenphp
|
||||
|
||||
ENV SERVER_NAME=":80"
|
||||
ENV CADDY_GLOBAL_OPTIONS="auto_https off"
|
||||
ENV APP_RUNTIME="Runtime\\FrankenPhpSymfony\\Runtime"
|
||||
|
||||
RUN install-php-extensions \
|
||||
pdo_mysql \
|
||||
gd \
|
||||
@@ -17,8 +21,7 @@ RUN install-php-extensions \
|
||||
#COPY --chmod=0775 ./bash/entrypoint.sh /usr/local/bin/
|
||||
#COPY --chmod=0755 ./bash/nginx.conf /etc/nginx/conf.d/site.conf
|
||||
#COPY --chmod=0755 ./docker/app/supervisord.conf /etc/supervisor/conf.d/async-queue.conf
|
||||
|
||||
#HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD [ "php", "/var/www/bin/console", "startup:status" ]
|
||||
HEALTHCHECK --interval=3s --timeout=3s --retries=10 CMD [ "php", "/app/bin/console", "startup:status" ]
|
||||
#
|
||||
#ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user