Skip to content

Commit

Permalink
chore(docker): run the program with --dry-run by default (#22)
Browse files Browse the repository at this point in the history
Test the script with --dry-run first, we'll then enable it in production
if everything goes as expected.
  • Loading branch information
bfabio authored Jul 23, 2024
1 parent dc3e45a commit dd84006
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 @@ -12,4 +12,4 @@ COPY main.py .

RUN pip install -r requirements.txt

CMD ["./main.py", "--help"]
CMD ["./main.py", "--dry-run"]

0 comments on commit dd84006

Please sign in to comment.