We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a50b38 commit 939595cCopy full SHA for 939595c
php-base/Dockerfile
@@ -81,7 +81,7 @@ ENV NGINX_DIR=/etc/nginx \
81
82
ARG RUNTIME_DISTRIBUTION="gcp-php-runtime-xenial-unstable"
83
84
-COPY ${RUNTIME_DISTRUBTION} /${RUNTIME_DISTRUBTION}
+COPY ${RUNTIME_DISTRIBUTION} /${RUNTIME_DISTRIBUTION}
85
86
RUN mkdir -p $PHP_CONFIG_TEMPLATE
87
COPY php-fpm.conf php.ini php-cli.ini "${PHP_CONFIG_TEMPLATE}/"
0 commit comments