Skip to content

Commit

Permalink
trying to fix docker image build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 10, 2022
1 parent 44b3d98 commit 7a0b9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a0b9c9

Please sign in to comment.