This commit is contained in:
qiaofeng1227 2023-09-21 11:27:43 +08:00
parent 9839c00718
commit dfaf97fddd

View file

@ -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 ["/init", "&&", "/user.sh"]
ENTRYPOINT ["/init", "&&", "/user.sh","&&", "tail -f /dev/null"]