chore: auto build docker image for web

This commit is contained in:
vicanso 2021-12-26 10:42:16 +08:00
parent fea5649efb
commit d863eff7de
7 changed files with 91 additions and 4 deletions

8
entrypoint.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
if [ "${1:0:1}" = '-' ]; then
set -- go-charts "$@"
fi
exec "$@"