Skip to content

Commit

Permalink
fix: Add quotes file to the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Mar 4, 2023
1 parent 579d74b commit 2b5afa6
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 @@ -35,6 +35,7 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates

COPY --from=builder /out/bender /app/bender
ADD ./quotes.json /app/quotes.json

WORKDIR /app
CMD [ "/app/bender" ]

0 comments on commit 2b5afa6

Please sign in to comment.