Skip to content

Commit

Permalink
ci: 👷 Update CI to new names
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Jan 26, 2022
1 parent 549cc6f commit 59b5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN go mod download
RUN go build -o /app/bin/bot ./cmd/bot


CMD ["/app/bin/bot", "-words", "/app/words/words.txt", "-commonwords", "/app/words/commonwords.txt"]
CMD ["/app/bin/bot", "-dictionary", "/app/words/dictionary.txt", "-common", "/app/words/common.txt"]

0 comments on commit 59b5e19

Please sign in to comment.