Skip to content

Commit b170293

Browse files
committed
fix: docker entrypoint
1 parent 52d5fcc commit b170293

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/helpers/docker/docker-entrypoint.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ fi
3333

3434
CONFIG_FILE=/usr/lib/supertokens/config.yaml
3535

36-
#required by JNA
37-
export _JAVA_OPTIONS=-Djava.io.tmpdir=$TEMP_LOCATION_WHEN_READONLY
3836
#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
37+
set -- "$@" --with-config="$CONFIG_FILE" --foreground
4038

4139
# check if no options has been passed to docker run
4240
if [[ "$@" == "supertokens start" ]]

0 commit comments

Comments
 (0)