mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: update Dockerfile to include 'go mod tidy' before installation
This commit is contained in:
@@ -16,7 +16,7 @@ COPY ./vcs ./vcs/
|
||||
ENV GO111MODULE on
|
||||
|
||||
# Build from the backend directory which contains the main.go
|
||||
RUN cd backend && go install -v ./...
|
||||
RUN cd backend && go mod tidy && go install -v ./...
|
||||
|
||||
FROM alpine:3.14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user