Skip to content

Commit 4d9dd99

Browse files
fix docker image build
1 parent a0dad09 commit 4d9dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk --update add php7 php7-fpm php7-opcache php7-json php7-openssl php7-curl
1717
php7-zlib php7-xml php7-simplexml php7-phar php7-intl php7-dom php7-xmlreader php7-ctype php7-session \
1818
php7-tokenizer php7-pdo php7-pdo_mysql php7-pdo_pgsql php7-iconv php7-zip \
1919
php7-gmp php7-mbstring nginx supervisor nodejs nodejs npm curl && \
20-
rm /etc/nginx/conf.d/default.conf
20+
rm -f /etc/nginx/conf.d/default.conf
2121

2222
# Configure nginx
2323
COPY docker/nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)