dobrograd-13-06-2022/gameserver-entrypoint.sh

7 lines
83 B
Bash
Raw Normal View History

2023-11-16 15:01:19 +05:00
#!/bin/bash
cd /home/container/gameserver/octolib
npm i
npm run setup
npm run dev