Add Dockerfile and build-docker make target

This commit is contained in:
2025-02-03 13:17:49 +02:00
parent 3004bc9dd3
commit 91b71487bf
2 changed files with 18 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ lintfix: fmt
build:
go build -o ./gemserve ./main.go
build-docker:
docker build -t gemserve .
show-updates:
go list -m -u all