Docker Entrypoint Use ARG and ENV
Fleeting- Référence externe : https://stackoverflow.com/questions/34324277/how-to-pass-arg-value-to-entrypoint
docker - How to pass ARG value to ENTRYPOINT? - Stack Overflow
you cannot use ARG in ENTRYPOINT. However you can use your ARG as a value for ENV, that way you can use it with ENTRYPOINT
— https://stackoverflow.com/questions/34324277/how-to-pass-arg-value-to-entrypoint