Skip to content

Commit aaf2f99

Browse files
committed
roll back entrypoint for now
1 parent c633438 commit aaf2f99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/scripts/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#! /bin/sh
22
mkdir keys
3-
exec java -Djwt.private.key=file:/app/keys/app.key -Djwt.public.key=file:/app/keys/app.pub -jar findfirst.jar
3+
./scripts/createServerKeys.sh /app/keys
4+
exec java -Djwt.private.key=file:/app/keys/app.key -Djwt.public.key=file:/app/keys/app.pub -jar findfirst.jar

0 commit comments

Comments
 (0)