4 lines
47 B
Bash
4 lines
47 B
Bash
cp -r /app/* /koishi/
|
|
cd /koishi
|
|
npm run start
|
cp -r /app/* /koishi/
|
|
cd /koishi
|
|
npm run start
|