Skip to content
Snippets Groups Projects
entrypoint.sh 118 B
#!/bin/sh
/import-meta-env-alpine -x /.env.example -p "/usr/share/nginx/html/**/*" --disposable
nginx -g "daemon off;"