Skip to content

Commit

Permalink
fix: entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 14, 2023
1 parent 1c02096 commit 292f927
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 @@ -11,5 +11,5 @@ RUN poetry install

# you can rewrite this command when running the docker container.
# ex. docker run --rm -v $(pwd):/app -t ntfsdump:latest '/$MFT' /app/sample.raw
ENTRYPOINT ["poetry", "run", "python", "-m" "ntfsdump"]
ENTRYPOINT ["python", "-m", "ntfsdump"]
CMD ["-h"]

0 comments on commit 292f927

Please sign in to comment.