chore: update dockerfile, readme, etc

This commit is contained in:
2024-08-18 06:33:58 +07:00
parent b554cb4dbf
commit 6ad70370d1
11 changed files with 82 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
build:
go build -o main -tags="prod" main.go
CGO_ENABLED=0 go build -o main -tags="prod" main.go
run:
go run main.go