Skip to content

Commit

Permalink
Update entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Sep 6, 2023
1 parent 8da6010 commit 2d6dbc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ WORKDIR /codemodder
COPY . .

RUN pip install .
CMD codemodder --help

ENTRYPOINT ["codemodder"]
CMD ["--help"]

0 comments on commit 2d6dbc4

Please sign in to comment.