Compare commits
2 Commits
1f7c0bc105
...
07788af7cc
Author | SHA1 | Date | |
---|---|---|---|
07788af7cc | |||
9e04a5fdf7 |
@ -33,11 +33,11 @@ RUN \
|
||||
rm -rf /root/go && \
|
||||
rm /etc/ssh/*host*key*
|
||||
|
||||
COPY ./setup /tmp/setup
|
||||
RUN bash /tmp/setup/run.sh
|
||||
|
||||
COPY ./root /
|
||||
|
||||
COPY ./build /tmp/build
|
||||
RUN bash /tmp/build/run.sh && rm -rf /tmp/build
|
||||
|
||||
RUN chmod +rx /etc/service/*/run
|
||||
|
||||
CMD ["/usr/local/sbin/runsvinit"]
|
||||
|
Loading…
Reference in New Issue
Block a user