This commit is contained in:
mm 2024-10-21 13:41:58 +05:00
parent a6fbd1580f
commit be4627be5a

View File

@ -2,6 +2,6 @@ FROM golang:1.23-alpine
WORKDIR /root
COPY . .
RUN go mod tidy && swag init -g cmd/main.go -o api/http
RUN go mod tidy
CMD go run cmd/main.go