Skip to content

Commit

Permalink
Added ability to use docker to build, so that go does not need to be …
Browse files Browse the repository at this point in the history
…installed to build.
  • Loading branch information
elijahcruz12 committed Jun 21, 2021
1 parent 25740d0 commit a3108ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:latest ./build.sh

0 comments on commit a3108ce

Please sign in to comment.