cahnge migration on goose

This commit is contained in:
valitovgaziz
2024-08-06 11:18:13 +05:00
parent 25126c176f
commit 65eefa9855
6 changed files with 21 additions and 9 deletions
-2
View File
@@ -8,6 +8,4 @@ RUN go mod tidy
RUN go build -o bin/api.exe cmd/main.go
RUN
ENTRYPOINT [ "bin/api.exe" ]