Skip to content

Commit 725e501

Browse files
authored
Fix Typo for RUNTIME_DISTRUBTION
Fix for GoogleCloudPlatform#529
1 parent a255902 commit 725e501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ENV NGINX_DIR=/etc/nginx \
8181

8282
ARG RUNTIME_DISTRIBUTION="gcp-php-runtime-xenial-unstable"
8383

84-
COPY ${RUNTIME_DISTRUBTION} /${RUNTIME_DISTRUBTION}
84+
COPY ${RUNTIME_DISTRIBUTION} /${RUNTIME_DISTRIBUTION}
8585

8686
RUN mkdir -p $PHP_CONFIG_TEMPLATE
8787
COPY php-fpm.conf php.ini php-cli.ini "${PHP_CONFIG_TEMPLATE}/"

0 commit comments

Comments
 (0)