Makefile 89 B

1234567
  1. compose:
  2. yarn install
  3. yarn run app:build
  4. docker-compose up --scale web=3 &
  5. sleep 5