mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-03 15:48:01 +00:00
6 lines
289 B
Makefile
6 lines
289 B
Makefile
build:
|
|
docker build -t wukongimdocs . --platform linux/amd64
|
|
deploy:
|
|
docker build -t wukongimdocs . --platform linux/amd64
|
|
docker tag wukongimdocs registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest
|
|
docker push registry.cn-shanghai.aliyuncs.com/wukongim/wukongimdocs:latest
|