Files
minisrv/docker-compose/minisrv/run.sh
zefie 72c15305fa v0.9.19
- numerous bug fixes
 - add `npm start` support
 - minibrowser theme thanks to @GraspYonOx
 - remove TOS coz no one cares anyway
2022-11-29 08:27:58 -05:00

11 lines
96 B
Bash

#!/bin/bash
do_exit() {
exit 1
}
trap do_exit SIGINT
trap do_exit SIGTERM
git pull
npm start