7 lines
83 B
Bash
7 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /home/container/gameserver/octolib
|
||
|
npm i
|
||
|
npm run setup
|
||
|
npm run dev
|