mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
6 lines
275 B
Bash
6 lines
275 B
Bash
#!/bin/bash
|
|
root_dir=$(cd `dirname $0`/.. && pwd -P)
|
|
cd $root_dir/docker
|
|
docker build . --name jiyecafe/wechat-devtools-build:latest
|
|
# docker tag wechat-web-devtools-linux_wechat_devtools jiyecafe/wechat-devtools-build:latest
|
|
docker push jiyecafe/wechat-devtools-build:latest |