Skip to content

CICD: Add "build" to docker-compose file #60

@ProgrammingByPermutation

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

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions