Commit 5701731e by Daro

third fix

1 parent 6685b340
Showing with 0 additions and 4 deletions
...@@ -2,10 +2,6 @@ ...@@ -2,10 +2,6 @@
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!