s
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2021-04-10 06:37:01 -04:00
parent 7c410d54c9
commit 037e76e236
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ RUN set -xe && \
apk del unzip wget && \
addgroup www && \
adduser -H -D -S -s /bin/false www -G www && \
chown -R www:www /opt/nginx
chown -R www:www /opt/nginx /opt/nginx.conf
EXPOSE 80,443