Skip to content

Commit

Permalink
Fix caddy-docker issue preventing docker-compose up to work
Browse files Browse the repository at this point in the history
See [this](api-platform/api-platform#2452)
for more information
  • Loading branch information
kjones7 committed Jun 15, 2023
1 parent a7cd60b commit 967c1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -122,7 +122,7 @@ RUN set -eux; \
RUN rm -f .env.local.php

# Build Caddy with the Mercure and Vulcain modules
FROM caddy:2.6-builder-alpine AS app_caddy_builder
FROM caddy:2.7-builder-alpine AS app_caddy_builder

RUN xcaddy build \
--with github.com/dunglas/mercure \
Expand All @@ -131,7 +131,7 @@ RUN xcaddy build \
--with github.com/dunglas/vulcain/caddy

# Caddy image
FROM caddy:2.6-alpine AS app_caddy
FROM caddy:2.7-alpine AS app_caddy

WORKDIR /srv/app

Expand Down

0 comments on commit 967c1dc

Please sign in to comment.