WuKongIMDocs/Makefile
2023-05-21 17:37:50 +08:00

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