Skip to content

Commit

Permalink
fix: fixed podman incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
oppsec authored Jul 19, 2022
1 parent e2ed6e0 commit 361025b
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 @@ COPY . .

# Install libraries and run
RUN pip3 install -r requirements.txt
CMD ["python3", "main.py"]
CMD ["python3", "main.py", "-h"]

0 comments on commit 361025b

Please sign in to comment.