mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-02 15:23:37 +00:00
6 lines
268 B
Makefile
6 lines
268 B
Makefile
build:
|
|
docker build -t tangsengdaodaoweb .
|
|
deploy:
|
|
docker build -t tangsengdaodaoweb .
|
|
docker tag tangsengdaodaoweb registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaoweb:latest
|
|
docker push registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaoweb:latest
|