deno.land / x / pagic@v1.6.3 / docker-entrypoint.sh

docker-entrypoint.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/shset -e
# if no configuration exists, create itif (! [ -e pagic.config.tsx ]) && (! [ -e pagic.config.ts ]); then echo "export default {};" > pagic.config.tsfi
if [ -z "$(command -v "${1}")" ]; then set -- pagic "$@"fi
exec "$@"
pagic

Version Info

Tagged at
11 months ago