feat: update Dockerfile

This commit is contained in:
hanif salafi 2024-03-07 16:19:32 +07:00
parent bba59565d5
commit a7f1de3b4d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY go.* ./
RUN go get -v ./...
RUN go get -v ../...
RUN go mod download
RUN go mod vendor