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"]