wechat-web-devtools-linux/tools/build-with-docker.sh
2024-08-10 15:12:13 +08:00

6 lines
264 B
Bash
Executable File

#!/bin/bash
root_dir=$(cd `dirname $0`/.. && pwd -P)
echo "$(id -u):$(id -g)"
docker run -u "$(id -u):$(id -g)" --rm -i -e "ACTION_MODE=${ACTION_MODE:-false}" -w /workspace -v "$root_dir:/workspace" jiyecafe/wechat-devtools-build:v3 \
bash ./docker/entrypoint