1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/scripts/authelia-scripts-serve

9 lines
259 B
Bash
Executable File

#!/bin/bash
# Render the production version of the nginx portal configuration
./example/compose/nginx/portal/render.js --production
./scripts/utils/prepare-environment.sh
./node_modules/.bin/nodemon -e yml --exec 'node dist/server/src/index.js config.yml'