1
0

Merge pull request #148 from real-or-random/patch-1

don't mkdir /run/nginx if it exists
This commit is contained in:
Michael Schramm 2022-01-02 16:16:35 +01:00 committed by GitHub
commit 52ddbc72f7
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