No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #!/bin/bash
-
- unset KUBECONFIG
-
- cd .. && docker build -f docker/Dockerfile.latest \
- -t zhayujie/chatgpt-on-wechat .
-
- docker tag zhayujie/chatgpt-on-wechat zhayujie/chatgpt-on-wechat:$(date +%y%m%d)
|