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 25b630c commit 6ca8cc2Copy full SHA for 6ca8cc2
Dockerfile
@@ -6,7 +6,7 @@ ENV php_conf /usr/local/etc/php-fpm.conf
6
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf
7
ENV php_vars /usr/local/etc/php/conf.d/docker-vars.ini
8
ENV composer_hash 669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410
9
-
+ENV PATH "~/.composer/vendor/bin:$PATH"
10
ENV NGINX_VERSION 1.11.10
11
12
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
0 commit comments