Merge pull request #148 from real-or-random/patch-1
don't mkdir /run/nginx if it exists
This commit is contained in:
commit
52ddbc72f7
@ -63,7 +63,7 @@ ENV SECRET_KEY=ChangeMe \
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
RUN mkdir /run/nginx/
|
RUN mkdir -p /run/nginx/
|
||||||
RUN touch /usr/src/supervisord.log && chmod 777 /usr/src/supervisord.log
|
RUN touch /usr/src/supervisord.log && chmod 777 /usr/src/supervisord.log
|
||||||
COPY supervisord.conf /etc/supervisord.conf
|
COPY supervisord.conf /etc/supervisord.conf
|
||||||
COPY nginx.conf /etc/nginx/conf.d/ohmyform.conf
|
COPY nginx.conf /etc/nginx/conf.d/ohmyform.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user