wechat-web-devtools-linux/tools/build-with-docker.sh
2024-09-28 11:34:11 +08:00

6 lines
268 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:v1.0.4 \
bash ./docker/entrypoint