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