diff --git a/Dockerfile b/Dockerfile index 7c7c1cc..27a2887 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ ARG ALPINE_VERSION=3.18 # Do not expose the port to the host. # https://hub.docker.com/_/php # WARNING: the FastCGI protocol is inherently trusting, and thus extremely insecure to expose outside of a private container network -- unless you know exactly what you are doing (and are willing to accept the extreme risk), do not use Docker's --publish (-p) flag with this image variant. -EXPOSE 9000/tcp FROM php:${PHP_VERSION}-fpm-alpine${ALPINE_VERSION} AS php +EXPOSE 9000/tcp # config system # git is required for symfony cli