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
Add docker-compose merge file for production build (#1822)
* Add docker-compose merge file for production build
This will allow the default docker-compose.yml file to build the
development build, but allow passing an extra `-f` flag to docker
compose in order to build the production build instead.
* Remove redundant build-arg parameter in CI
The docker-compose.production.yml file already defines the ENVIRONMENT
build arg (and env var) everywhere required, so the command-line arg to
docker compose is now redundant.
0 commit comments