mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
9 lines
136 B
Bash
Executable File
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 |