Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchuansheng authored Jul 31, 2024
1 parent cfe27bb commit e17893b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/fastgpt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ADD . ./

RUN sed -i "s#https://fastgpt.in#https://fastgpt.cn#g" $(grep -rl "https://fastgpt.in" ./)
RUN sed -i "s#https://doc.fastgpt.in#https://doc.fastgpt.cn#g" $(grep -rl "https://doc.fastgpt.in" ./)
RUN sed -i "s/defaultLocale = \"en\"/defaultLocale = \"zh\"/g" lib/i18n.ts

RUN npm install
RUN npm run build
Expand Down

0 comments on commit e17893b

Please sign in to comment.