Skip to content

Commit

Permalink
split up
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Sep 17, 2019
1 parent 4e7f69a commit 16ab6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ RUN mage build
# If we keep it, it means all packages exist twice.
RUN rm -rf dev

ENTRYPOINT ["go", "run", "."]
# Make sure it's accessible from outside the container
CMD ["go", "run", ".", "--address=0.0.0.0:8080"]
CMD ["--address=0.0.0.0:8080"]

0 comments on commit 16ab6c6

Please sign in to comment.