mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
9 lines
259 B
Bash
Executable File
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'
|