next #1

Open
sneak wants to merge 27 commits from next into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9e04a5fdf7 - Show all commits

View File

@ -33,11 +33,11 @@ RUN \
rm -rf /root/go && \
rm /etc/ssh/*host*key*
COPY ./root /
COPY ./setup /tmp/setup
RUN bash /tmp/setup/run.sh
COPY ./root /
RUN chmod +rx /etc/service/*/run
CMD ["/usr/local/sbin/runsvinit"]