Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: can not find words.txt error (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkskj authored Sep 4, 2023
1 parent 2559ca9 commit 8a66d3b
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 @@ -27,5 +27,6 @@ WORKDIR /app
COPY --from=builder /app/output /app/output
COPY --from=builder /app/config /app/config
COPY --from=builder /app/docker-entrypoint.sh /app/docker-entrypoint.sh
COPY --from=builder /app/cmd/interaction/dal/sensitive_words/words.txt /app/cmd/interaction/dal/sensitive_words/words.txt

CMD ["sh", "./docker-entrypoint.sh"]

0 comments on commit 8a66d3b

Please sign in to comment.