We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fd080 commit 883c954Copy full SHA for 883c954
backend/Dockerfile
@@ -16,7 +16,7 @@ COPY ./vcs ./vcs/
16
ENV GO111MODULE on
17
18
# Build from the backend directory which contains the main.go
19
-RUN cd backend && go install -v ./...
+RUN cd backend && go mod tidy && go install -v ./...
20
21
FROM alpine:3.14
22
0 commit comments