feat: use entrypoint.sh override environment variables

This commit is contained in:
limccn
2023-02-15 18:52:25 +08:00
parent 296f3d0d47
commit badceb2798
8 changed files with 116 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
IMG:=`cat Name`
MOUNT:=-v `pwd`/config.json:/app/config.json
MOUNT:=
PORT_MAP:=
DOTENV:=.env
CONTAINER_NAME:=sample-chatgpt-on-wechat