mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-05 20:48:17 +00:00
6646695849
* add Dockerfile * update Readme.md * Fixed : Docker log file * Update vite.config.ts
12 lines
182 B
Bash
12 lines
182 B
Bash
|
|
cd ./service
|
|
nohup pnpm start > service.log &
|
|
echo "Start service complete!"
|
|
|
|
|
|
cd ..
|
|
echo "" > front.log
|
|
nohup pnpm dev > front.log &
|
|
echo "Start front complete!"
|
|
tail -f front.log
|