Skip to content

Commit

Permalink
update docker file to use headless chrom shim
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Nov 10, 2023
1 parent 7efa509 commit 1825ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o /go/bin/grender main.go
# -----------------------------
# Stage 2: Create the final image
# -----------------------------
FROM scratch
FROM chromedp/headless-shell:latest

# Copy the compiled binary from the builder stage to the final container
COPY --from=builder /go/bin/grender /go/bin/grender
Expand Down

0 comments on commit 1825ffe

Please sign in to comment.