You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.alpine.sh 160B

12345
  1. #!/bin/bash
  2. docker build -f Dockerfile.alpine \
  3. --build-arg CHATGPT_ON_WECHAT_VER=1.0.0\
  4. -t zhayujie/chatgpt-on-wechat:1.0.0-alpine .