Skip to content

Commit

Permalink
fixed docker run for local docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
joreiche committed Jan 31, 2024
1 parent 3d59ffc commit ac5b4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ USER 1000:1000
ENV PATH=/app:$PATH GIN_MODE=release

ENTRYPOINT ["/app/threagile"]
CMD ["-help"]
CMD ["help"]
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ USER 1000:1000
ENV PATH=/app:$PATH GIN_MODE=release

ENTRYPOINT ["/app/threagile"]
CMD ["-help"]
CMD ["help"]

0 comments on commit ac5b4c4

Please sign in to comment.