From 90d21d52c86330b30760adfdcb8ab924f83a16ea Mon Sep 17 00:00:00 2001 From: Ben Frisbie Date: Fri, 4 Feb 2022 09:09:20 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d5a90e3..8ff979f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,5 @@ FROM scratch COPY --from=build /gowordle /gowordle # Copy word list into image COPY words.txt ./ +COPY solutions.txt ./ ENTRYPOINT ["/gowordle"]