mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 06:18:48 +02:00
Merge pull request #1609 from parkervcp/add_fcgi_healthcheck
add missing package for healthcheck
This commit is contained in:
commit
4d78e5dcd1
@ -64,7 +64,7 @@ WORKDIR /var/www/html
|
||||
|
||||
# Install additional required libraries
|
||||
RUN apk add --no-cache \
|
||||
caddy ca-certificates supervisor supercronic
|
||||
caddy ca-certificates supervisor supercronic fcgi
|
||||
|
||||
COPY --chown=root:www-data --chmod=640 --from=composerbuild /build .
|
||||
COPY --chown=root:www-data --chmod=640 --from=yarnbuild /build/public ./public
|
||||
|
@ -68,7 +68,7 @@ WORKDIR /var/www/html
|
||||
|
||||
# Install additional required libraries
|
||||
RUN apk add --no-cache \
|
||||
caddy ca-certificates supervisor supercronic coreutils
|
||||
caddy ca-certificates supervisor supercronic fcgi coreutils
|
||||
|
||||
COPY --chown=root:www-data --chmod=640 --from=composerbuild /build .
|
||||
COPY --chown=root:www-data --chmod=640 --from=yarnbuild /build/public ./public
|
||||
|
@ -13,5 +13,6 @@
|
||||
root * /var/www/html/public
|
||||
encode gzip
|
||||
|
||||
file_server
|
||||
php_fastcgi 127.0.0.1:9000
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user