Fix build

This commit is contained in:
Jeroen Geusebroek
2021-07-31 16:50:58 +02:00
parent 46f30b45ec
commit 6e152c8f38

View File

@@ -35,8 +35,7 @@ RUN apk -U add \
&& mv vendor /privatebin \
&& sed -i "s#define('PATH', '');#define('PATH', '/privatebin/');#" index.php \
&& apk del tar ca-certificates curl gnupg \
&& rm -f /privatebin.tar.gz* *.md /var/cache/apk/* \
&& rm /etc/nginx/conf.d/default.conf
&& rm -f /privatebin.tar.gz* *.md /var/cache/apk/*
COPY files/nginx.conf /etc/nginx/nginx.conf
COPY files/php-fpm.conf /etc/php7/php-fpm.conf