trying to fix docker image build.
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/analogj/scrutiny
|
||||
COPY . /go/src/github.com/analogj/scrutiny
|
||||
|
||||
RUN go mod vendor && \
|
||||
go -o scrutiny webapp/backend/cmd/scrutiny/scrutiny.go
|
||||
go build -o scrutiny webapp/backend/cmd/scrutiny/scrutiny.go
|
||||
|
||||
########
|
||||
FROM debian:bullseye-slim as runtime
|
||||
|
||||
Reference in New Issue
Block a user