Add auto-refresh to UI

This commit is contained in:
Alex Ellis
2017-01-22 14:11:36 +00:00
parent cf2317696d
commit 79bc6a54ea
6 changed files with 27 additions and 19 deletions

View File

@ -2,11 +2,11 @@ FROM alpine:latest
WORKDIR /root/
COPY gateway .
COPY assets assets
EXPOSE 8080
ENV http_proxy ""
ENV https_proxy ""
COPY gateway .
COPY assets assets
CMD ["./gateway"]