Change name the buld file api

This commit is contained in:
valitovgaziz
2025-02-07 01:01:46 +05:00
parent c88d7ca727
commit edaaaead2e
4 changed files with 36 additions and 4 deletions
+2 -2
View File
@@ -6,6 +6,6 @@ COPY . .
RUN go mod tidy
RUN go build -o bin/api.exe cmd/main.go
RUN go build -o bin/api cmd/main.go
ENTRYPOINT [ "bin/api.exe" ]
ENTRYPOINT [ "bin/api" ]