Skip to content

Commit

Permalink
Update Dockerfile.template
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 12, 2023
1 parent 145680a commit 094c6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache icu-data-full curl jq && \
rm -f /usr/local/etc/php-fpm.d/www.conf && \
rm -f /usr/local/etc/php-fpm.d/www.conf.default

COPY --from=ghcr.io/shyim/supervisord:latest@sha256:2fc9ea4c1925da2c2ee94fcd4e81a396deabc27f8c6c1d04cb60d7e4139e74a2 --link /usr/local/bin/supervisord /usr/bin/supervisord
COPY --from=ghcr.io/shyim/supervisord:latest --link /usr/local/bin/supervisord /usr/bin/supervisord
COPY --from=docker.io/library/caddy:latest@${CADDY_DIGEST} --link /usr/bin/caddy /usr/bin/caddy

ENV APP_ENV=prod \
Expand Down

0 comments on commit 094c6cb

Please sign in to comment.