Skip to content

Commit

Permalink
build: add wordlist.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed May 31, 2024
1 parent 2baf1cc commit 7913ea5
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 @@ -36,7 +36,7 @@ COPY --link --from=python:3.12-slim /lib6[4] /lib64
COPY --link --from=build /app/dist/petalvault-* /app/petalvault

WORKDIR /app
COPY forms/ icons/ langs/ /app/
COPY forms/ icons/ langs/ wordlist.txt /app/

# Run main script
CMD ["petalvault"]

0 comments on commit 7913ea5

Please sign in to comment.