We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d5fcc commit b170293Copy full SHA for b170293
.github/helpers/docker/docker-entrypoint.sh
@@ -33,10 +33,8 @@ fi
33
34
CONFIG_FILE=/usr/lib/supertokens/config.yaml
35
36
-#required by JNA
37
-export _JAVA_OPTIONS=-Djava.io.tmpdir=$TEMP_LOCATION_WHEN_READONLY
38
#make sure the CLI knows which config file to pass to the core
39
-set -- "$@" --with-config="$CONFIG_FILE" --with-temp-dir="$TEMP_LOCATION_WHEN_READONLY" --foreground
+set -- "$@" --with-config="$CONFIG_FILE" --foreground
40
41
# check if no options has been passed to docker run
42
if [[ "$@" == "supertokens start" ]]
0 commit comments