diff --git a/docker/tb-js-executor.env b/docker/tb-js-executor.env index 1938449d53..3f6b1f0649 100644 --- a/docker/tb-js-executor.env +++ b/docker/tb-js-executor.env @@ -4,4 +4,4 @@ LOG_FOLDER=logs LOGGER_FILENAME=tb-js-executor-%DATE%.log DOCKER_MODE=true SCRIPT_BODY_TRACE_FREQUENCY=1000 -NODE_OPTIONS="--max-old-space-size=200" +NODE_OPTIONS="--max-old-space-size=200 --permission --allow-fs-read=/usr/share/tb-js-executor/*"