proxy
This commit is contained in:
parent
cb2c0139af
commit
9839c00718
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ COPY config/user.sh /user.sh
|
|||
COPY config/entrypoint.sh /entrypoint.sh
|
||||
COPY ./config/initproxy.conf /data/nginx/proxy_host/
|
||||
RUN chmod +x /user.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/init", "&&", "/user.sh"]
|
Loading…
Add table
Reference in a new issue