diff --git a/abra.sh b/abra.sh index 0e7c33a..6c36fc2 100644 --- a/abra.sh +++ b/abra.sh @@ -2,7 +2,7 @@ export NGINX_CONFIG_VERSION=v1 export APP_ENTRYPOINT_VERSION=v1 sub_npm() { - export NODE_CONFIG_DIR=/app/config + export NODE_CONFIG_DIR=/config export NODE_ENV=production export PEERTUBE_DB_PASSWORD=$(cat /run/secrets/db_password)