mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
proxy
This commit is contained in:
parent
368f417ff8
commit
a4a2b4f3d7
@ -9,7 +9,6 @@ COPY ./s6/init_user /etc/s6-overlay/s6-rc.d/init_user
|
|||||||
RUN ls /etc/s6-overlay/s6-rc.d/init_user
|
RUN ls /etc/s6-overlay/s6-rc.d/init_user
|
||||||
RUN touch /etc/s6-overlay/s6-rc.d/user/contents.d/init_user
|
RUN touch /etc/s6-overlay/s6-rc.d/user/contents.d/init_user
|
||||||
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
|
# 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"]
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec /etc/s6-overlay/s6-rc.d/init_user/init_user.sh
|
bash /etc/s6-overlay/s6-rc.d/init_user/init_user.sh
|
@ -1 +1 @@
|
|||||||
exec s6-svc -D /etc/s6-overlay/s6-rc.d/init_user
|
s6-svc -D /etc/s6-overlay/s6-rc.d/init_user
|
Loading…
Reference in New Issue
Block a user