/ scripts / devDocker.sh
devDocker.sh
1  #!/bin/bash
2  
3  yarn build:apps
4  docker compose -f hosting/docker-compose.build.yaml -f hosting/docker-compose.dev.yaml --env-file hosting/.env up --build --scale proxy-service=0
5