Environment Variables added
Include Windows Build option containerignore updated readme Environment Variable Additions Added Building for windows AND linux - using podman or docker
This commit is contained in:
parent
44b2874780
commit
bd8437bd1f
10 changed files with 347 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
build:
|
||||
go build -o bin/main app/gopherbook/main.go
|
||||
go build -o bin/main ./app/gopherbook
|
||||
|
||||
clean:
|
||||
rm -rf watch etc library cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue