start_docker.sh 102 B

1234
  1. #!/bin/bash
  2. docker-compose build && docker-compose up "$@"
  3. # "./start_docker -d" to run in background