go-sample-webpage/Makefile
kekskurse 4c1e35e9e4
All checks were successful
continuous-integration/drone/push Build is passing
Auto reload
2021-11-09 17:20:18 +01:00

10 lines
No EOL
160 B
Makefile

build:
GOOS=linux CGO_ENABLED=0 GOARCH=amd64 go build -ldflags="-w -s" -o ./webapp
init-dev:
docker-compose up -d
sleep 30
go run ./ migrate
run-dev:
air