-
Notifications
You must be signed in to change notification settings - Fork 228
docker added #91
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 added #91
Conversation
|
@fardin-developer, thanks for the PR! Let me review it and get back to you shortly. |
|
@msoedov Great, looking forward to your feedback. |
Dockerfile
Outdated
| EXPOSE 8718 | ||
|
|
||
| # Run the initialization command first, then start the application | ||
| # CMD ["sh", "-c", "python -m agentic_security i && python -m agentic_security s"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure I just kept there if some one want to run the project with docker then they can do that easily
|
LGTM except those 2 minor comments, thx for the patch! |
|
@fardin-developer thank you! merged |
|
Hey @msoedov |
Fixes #14
This pull request adds Docker support to the project. The following changes were made:
agentic_securityinrequirements.txt.To build and run the Docker container:
docker build -t agentic-security .docker run -p 8718:8718 agentic-security