Skip to content

Commit

Permalink
Add wkhtmltopdf install in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 4, 2023
1 parent 041be54 commit ee699fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ FROM golang:1.21
WORKDIR /app
COPY . /app/
RUN go build -o main .
RUN apt-get update && apt-get install wkhtmltopdf -y
EXPOSE 3000
ENTRYPOINT ["./main"]

0 comments on commit ee699fc

Please sign in to comment.