run as user now works for gatekeeper. All keys and certs can be mode rw for the user which is used to run cyphernode.

This commit is contained in:
jash
2018-11-01 18:33:27 +01:00
committed by kexkey
parent 2cf840ff1a
commit 7a8d72673b
3 changed files with 20 additions and 3 deletions

View File

@@ -1,12 +1,14 @@
FROM nginx:alpine
RUN apk add --update --no-cache \
bash \
git \
openssl \
fcgiwrap \
spawn-fcgi \
curl \
jq
jq \
su-exec
COPY auth.sh /etc/nginx/conf.d
COPY default-ssl.conf /etc/nginx/conf.d/default.conf