proxy
This commit is contained in:
parent
d6e13825ed
commit
60e583ceec
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ COPY ./config/initproxy.conf /data/nginx/proxy_host/
|
||||||
#RUN chmod -R 755 /etc/s6-overlay/s6-rc.d/init_user
|
#RUN chmod -R 755 /etc/s6-overlay/s6-rc.d/init_user
|
||||||
|
|
||||||
COPY ./s6/init_user/init_user.sh /app/init_user.sh
|
COPY ./s6/init_user/init_user.sh /app/init_user.sh
|
||||||
|
RUN chmod +x /app/init_user.sh
|
||||||
CMD ["/bin/sh", "-c", "/app/init_user.sh && tail -f /dev/null"]
|
CMD ["/bin/sh", "-c", "/app/init_user.sh && tail -f /dev/null"]
|
Loading…
Add table
Reference in a new issue