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 a0dad09 commit 4d9dd99Copy full SHA for 4d9dd99
Dockerfile
@@ -17,7 +17,7 @@ RUN apk --update add php7 php7-fpm php7-opcache php7-json php7-openssl php7-curl
17
php7-zlib php7-xml php7-simplexml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
18
php7-tokenizer php7-pdo php7-pdo_mysql php7-pdo_pgsql php7-iconv php7-zip \
19
php7-gmp php7-mbstring nginx supervisor nodejs nodejs npm curl && \
20
- rm /etc/nginx/conf.d/default.conf
+ rm -f /etc/nginx/conf.d/default.conf
21
22
# Configure nginx
23
COPY docker/nginx.conf /etc/nginx/nginx.conf
0 commit comments