start_docker.sh 67 B

1234
  1. #!/bin/bash
  2. docker-compose build --no-cache
  3. docker-compose up "$@"