run as nobody
Gitea/docker-s3www/pipeline/head This commit looks good Details

This commit is contained in:
dave 2022-04-21 22:04:55 -07:00
parent ff2199750f
commit 835cb0d1fe
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ RUN apt-get update && \
cd /usr/local/bin && \
wget -qO- https://github.com/harshavardhana/s3www/releases/download/v0.5.3/s3www_0.5.3_linux_amd64.tar.gz | tar zxvf - s3www
USER nobody
ENTRYPOINT ["/usr/local/bin/s3www"]