This commit is contained in:
qiaofeng1227 2023-09-21 12:00:03 +08:00
parent 0fa717f0c9
commit 3834051b2f

View file

@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y curl jq
COPY ./config/initproxy.conf /data/nginx/proxy_host/
COPY ./s6/user /etc/s6-overlay/s6-rc.d/user
RUN chmod -R 755 /etc/s6-overlay/s6-rc.d/user
ENTRYPOINT ["/init"]