-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Since we're using docker compose files we should also place the build specification in the docker compose file rather than allowing the .sh
files to control the build logic.
Example build section:
build:
context: .
dockerfile: Dockerfile-angular-react
args:
BUILD_ENVIRONMENT: ${BUILD_ENVIRONMENT}
IP_ADDRESS: ${IP_ADDRESS}
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done