Golang migrator added. Need switch to gooos.

This commit is contained in:
valitovgaziz
2024-08-05 23:27:46 +05:00
parent 87de968e7f
commit 25126c176f
8 changed files with 25 additions and 1 deletions
+2
View File
@@ -8,4 +8,6 @@ RUN go mod tidy
RUN go build -o bin/api.exe cmd/main.go
RUN
ENTRYPOINT [ "bin/api.exe" ]