We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedeaae commit 76cfaa3Copy full SHA for 76cfaa3
frankenphp/Dockerfile
@@ -6,9 +6,6 @@ ARG FRANKENPHP_VERSION=1.5-php8.2-alpine
6
# Versions
7
FROM dunglas/frankenphp:${FRANKENPHP_VERSION} AS frankenphp_upstream
8
9
-# The different stages of this Dockerfile are meant to be built into separate images
10
-# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage
11
-# https://docs.docker.com/compose/compose-file/#target
12
13
# Base FrankenPHP image
14
FROM frankenphp_upstream AS frankenphp_base
0 commit comments