forgot to add the UID GID ENV entries
This commit is contained in:
parent
9edb36665c
commit
ca6603b0e7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ RUN apk --no-cache add nodejs npm bash dumb-init git busybox-suid && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
WORKDIR /quartz
|
WORKDIR /quartz
|
||||||
|
ENV USER_ID=1000
|
||||||
|
ENV GROUP_ID=1000
|
||||||
ENV CONTENT_REPO=""
|
ENV CONTENT_REPO=""
|
||||||
ENV NGINX_PORT=80
|
ENV NGINX_PORT=80
|
||||||
ENV SERVER_NAME="quartz.zhao.xyz"
|
ENV SERVER_NAME="quartz.zhao.xyz"
|
||||||
|
|
Loading…
Reference in a new issue