2022-03-03 23:20:45 +08:00

9 lines
136 B
Bash
Executable File

#!/bin/bash
root_dir=$(cd `dirname $0`/.. && pwd -P)
BUILD_VERSION=$1
cd $root_dir/res/deb
pwd
# docker-compose down
docker-compose up