mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
fix
This commit is contained in:
parent
f1c0f5b734
commit
9001d64faa
4
start.sh
4
start.sh
@ -5,7 +5,7 @@ yarn config set sharp_binary_host "https://npm.taobao.org/mirrors/sharp"
|
||||
yarn config set sharp_libvips_binary_host "https://npm.taobao.org/mirrors/sharp-libvips"
|
||||
|
||||
#yarn cache clean
|
||||
yarn install
|
||||
yes | yarn install
|
||||
yarn run build
|
||||
|
||||
mkdir -p "./node_modules/tiktoken"
|
||||
@ -20,4 +20,4 @@ rsync -az --delete ./.next/server/ ${OUT_DIR}/.next/server
|
||||
rsync -az --delete ./.next/server/ ${OUT_DIR}/.next/server
|
||||
rsync -az --delete "./node_modules/tiktoken/" ${OUT_DIR}/node_modules/tiktoken
|
||||
|
||||
docker network ls | grep -qw chatgpt-ns || docker network create chatgpt-ns
|
||||
docker network ls | grep -qw chatgpt-ns || docker network create chatgpt-ns
|
||||
|
Loading…
Reference in New Issue
Block a user