Commit e0ace9a1 by Daro

first fix

1 parent 83544c5c
Showing with 6 additions and 0 deletions
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
set -eu set -eu
[[ -f custom/users.json ]] && ln -s custom/users.json .users.json
[[ -f custom/config.json ]] && ln -s custom/config.json .config.json
[[ -f custom/tokens.json ]] && ln -s custom/tokens.json .tokens.json
export NODE_ENV=production export NODE_ENV=production
export TOKENSTORE_FILE=/app/data/tokens.json export TOKENSTORE_FILE=/app/data/tokens.json
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!