Review Feedback

This commit is contained in:
Paul Bellamy
2015-10-20 14:26:27 +01:00
parent 986abd24cd
commit a1466cb3fc
9 changed files with 30 additions and 31 deletions

View File

@@ -10,5 +10,6 @@ ADD ./weave /usr/bin/
COPY ./scope-app ./scope-probe ./runsvinit ./entrypoint.sh /home/weave/
COPY ./run-app /etc/service/app/run
COPY ./run-probe /etc/service/probe/run
COPY ./ca-certificates.crt /etc/ssl/certs/
EXPOSE 4040
ENTRYPOINT ["/home/weave/entrypoint.sh"]