dev
This commit is contained in:
parent
a6fbd1580f
commit
be4627be5a
@ -2,6 +2,6 @@ FROM golang:1.23-alpine
|
|||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN go mod tidy && swag init -g cmd/main.go -o api/http
|
RUN go mod tidy
|
||||||
|
|
||||||
CMD go run cmd/main.go
|
CMD go run cmd/main.go
|
Loading…
x
Reference in New Issue
Block a user