Question
How to configure a Build Arg in App Specification for Docker-based service
Dear support, is there a way to configure one or more --build-arg
values for a Docker-based service in the App Platform?
At the Docker build time, we pass arguments to fine-tune nginx configuration files. We use different Build Arg values for our development, staging, and production environments.
Also, it is not clear whether build_command
happens after docker build
, or is it actually the way to customize how docker build
runs? Could you give some examples of using build_command
with Dockerfiles?
Many thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×