-
-
Notifications
You must be signed in to change notification settings - Fork 69
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-Multi Stage Build #770
base: main
Are you sure you want to change the base?
Conversation
|
||
COPY --from=builder /home/owasp /home/owasp | ||
|
||
CMD ["/bin/bash", "-c", "VENV_DIR=$(ls -d /home/owasp/.cache/pypoetry/virtualenvs/*) && $VENV_DIR/bin/pytest"] |
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.
@arkid15r i've noticed that the ci/cd backend test is failing because i have removed the command of poetry run test
from the test-backend
command in backend/makefile
and added the command in the the file it self, please help me out with this, should i modify the ci-cd.yml
file in this case?
The same goes with frontend
@Dishant1804 |
@Dishant1804 any update on this, are you still looking into it? |
@yashgoyal0110 let @arkid15r reply with the correct approach with the ci/cd failure that is happening, then i am more than happy to share the metrics, also i was busy for couple of days as we have personal lives too. I would kindly request you to please have a bit patience :) |
Resolves #734
Modified Dockerfiles that previously lacked support for multi-stage builds, now the necessary files support mullti-stage builds