refactor: update build

This commit is contained in:
Stavros
2025-12-17 23:21:15 +02:00
parent 9c7a4af295
commit 3e12721844
6 changed files with 7 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ RUN go install github.com/go-delve/delve/cmd/dlv@latest
COPY ./cmd ./cmd
COPY ./internal ./internal
COPY ./main.go ./
COPY ./air.toml ./
EXPOSE 3000