trying to fix docker image build.

This commit is contained in:
Jason Kulatunga
2022-06-10 08:20:13 -07:00
parent 44b3d982dd
commit 7a0b9c9e0d
+1 -1
View File
@@ -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