6 lines
94 B
Bash
6 lines
94 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd ..
|
|
docker-compose rm -f
|
|
docker-compose -f docker-compose-local.yml up
|