5 lines
94 B
Bash
5 lines
94 B
Bash
BUILD_PATH=$1
|
|
|
|
cd $BUILD_PATH/.docker || exit 1
|
|
|
|
docker-compose up -d --build --force-recreate |