1
0

don't mkdir /run/nginx if it exists

Fixes #147.
This commit is contained in:
Tim Ruffing 2021-12-07 23:40:15 +01:00 committed by GitHub
parent 4eb162b8e0
commit 1866b3054c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ ENV SECRET_KEY=ChangeMe \
EXPOSE 3000
RUN mkdir /run/nginx/
RUN mkdir -p /run/nginx/
RUN touch /usr/src/supervisord.log && chmod 777 /usr/src/supervisord.log
COPY supervisord.conf /etc/supervisord.conf
COPY nginx.conf /etc/nginx/conf.d/ohmyform.conf