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

This commit is contained in:
quackerd 2021-04-10 06:36:23 -04:00
parent 8107458aff
commit 7c410d54c9
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ RUN set -xe && \
unzip Xray-linux-64.zip -d /opt/xray && \
rm Xray-linux-64.zip && \
apk del unzip wget && \
useradd -r -s /bin/false www && \
addgroup www && \
adduser -H -D -S -s /bin/false www -G www && \
chown -R www:www /opt/nginx