Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerrialn committed Nov 17, 2023
1 parent 9c9dbf1 commit bfd82fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM caddy:builder-alpine as builder
FROM caddy:2-builder-alpine as builder

RUN xcaddy build \
--with github.com/dunglas/mercure \
--with github.com/dunglas/mercure/caddy

FROM caddy:builder-alpine AS caddy
FROM caddy:2 AS caddy

WORKDIR /app

Expand Down
3 changes: 2 additions & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN install-php-extensions \
imagick \
uuid \
opcache \
xdebug
xdebug-^3.1 \
&& php -m

COPY docker-healthcheck.sh /usr/local/bin/docker-healthcheck
RUN chmod +x /usr/local/bin/docker-healthcheck
Expand Down

0 comments on commit bfd82fe

Please sign in to comment.