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

This commit is contained in:
quackerd 2021-04-19 03:52:41 -04:00
parent 551ab9e886
commit f0a2dfc460
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.conf && \
chmod +x /opt/run.sh /opt/wait_for_it.sh