mirror of
https://github.com/zoriya/vex.git
synced 2026-08-16 02:44:55 +00:00
Cleanup dockerfile dev
This commit is contained in:
@@ -2,5 +2,8 @@ FROM golang:1.22-alpine
|
||||
RUN go install github.com/bokwoon95/wgo@latest
|
||||
WORKDIR /app
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
EXPOSE 1597
|
||||
CMD wgo run ./cmd
|
||||
|
||||
Reference in New Issue
Block a user