Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: Arguments not being passed #6

Closed
cprichmond opened this issue Nov 9, 2022 · 1 comment
Closed

Docker: Arguments not being passed #6

cprichmond opened this issue Nov 9, 2022 · 1 comment

Comments

@cprichmond
Copy link

I had an issue (on mac) passing args to run the dockerfile in that they weren't being picked up by graphCrawler.py

Apparently, you need to use the exec form of ENTRYPOINT and not the shell form for args to propagate.

If I, therefore, change the ENTRYPOINT command from what it is currently to ENTRYPOINT ["python3", "/app/graphCrawler.py"] it works as expected.

gsmith257-cyber added a commit that referenced this issue Nov 9, 2022
Bug fix, reference issue #6.
@gsmith257-cyber
Copy link
Owner

Thank you for informing me of this issue, as well as providing a solution. It is fixed now in the dockerfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants