start_docker.sh 70 B

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