feat: update Dockerfile

This commit is contained in:
hanif salafi 2024-03-07 16:19:32 +07:00
parent f2e90ae1d6
commit 4de55fb8b0
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