mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-01 23:03:40 +00:00
6 lines
175 B
Makefile
6 lines
175 B
Makefile
build:
|
|
docker build -t wukongimdocs .
|
|
deploy:
|
|
docker build -t wukongimdocs .
|
|
docker tag wukongimdocs wukongim/wukongimdocs:latest
|
|
docker push wukongim/wukongimdocs:latest
|