You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base image contains an unnecessary amount, i.e. an unnecessarily large attack surface
Comments
Why do git clone in the Dockerfile on the same repo that Dockerfile resides in?
Many things happen in the CMD line that might as well be fixed before e.g. copy file, set environment variable
I still think config can be solved better, tried to describe with config with environment variables #49 and it should do e.g. cp /root/secrets/config_secrets.py /root/eudi-srv-web-issuing-eudiw-py/app/app_config/ unnecessary
The text was updated successfully, but these errors were encountered:
We have some comments on your Dockerfile.
For security
Comments
cp /root/secrets/config_secrets.py /root/eudi-srv-web-issuing-eudiw-py/app/app_config/
unnecessaryThe text was updated successfully, but these errors were encountered: