Compare commits

...

2 Commits

Author SHA1 Message Date
Jeffrey Paul 07788af7cc rename setup dir to build
continuous-integration/drone/push Build is failing Details
2020-04-11 12:09:15 -07:00
Jeffrey Paul 9e04a5fdf7 install root overlay before doing build scripts 2020-04-11 12:08:25 -07:00
4 changed files with 3 additions and 3 deletions

View File

@ -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"]