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
You would use --build-arg when using the docker CLI. However, when using docker-compose, prefixing the command with these environment variables passes it into the docker-compose.yml file here, for example. The docker-compose.yml file has defaults which you can override at runtime.
You have
But I think you need to use
--build-arg
to set those variable so they are used byDockerfile
The text was updated successfully, but these errors were encountered: