mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
9 lines
329 B
Bash
9 lines
329 B
Bash
# docker sh demo
|
|
# You need to switch to your mirror source
|
|
|
|
# Build image, not proxy
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.4.7 --build-arg name=app .
|
|
|
|
# build image with proxy
|
|
docker build -t registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.4.7 --build-arg name=app --build-arg proxy=taobao .
|