Move handlers into ./handlers

This commit is contained in:
Alex Ellis
2017-01-25 22:29:17 +00:00
parent 381556a1e1
commit 501e813d41
9 changed files with 233 additions and 153 deletions

View File

@ -7,6 +7,7 @@ ENV http_proxy ""
ENV https_proxy ""
COPY gateway .
COPY assets assets
CMD ["./gateway"]