Update Dockerfile

This commit is contained in:
Lukas M 2019-01-01 11:49:49 +01:00 committed by GitHub
parent 248c0d226f
commit 949ebfa285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ ENV group lemur
COPY entrypoint /
COPY lemur.conf.py /home/lemur/.lemur/lemur.conf.py
COPY supervisor.conf /
COPY default.conf /etc/nginx/conf.d/
COPY default-ssl.conf /etc/nginx/conf.d/
COPY nginx/default.conf /etc/nginx/conf.d/
COPY nginx/default-ssl.conf /etc/nginx/conf.d/
RUN addgroup -S ${group} -g ${gid} && \
adduser -D -S ${user} -G ${group} -u ${uid} && \