From 2b5afa6aee5ff2e023896ac174bfeb2df08af3d7 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Sat, 4 Mar 2023 14:05:36 +0000 Subject: [PATCH] fix: Add quotes file to the Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e91194b8..cb523ab4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file