Skip to content

Commit

Permalink
Allegedly this works...
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Jan 17, 2025
1 parent b88b0de commit 0543047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_launch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

rm /home/container/config.json
echo '{"database": {"file": "/home/container/database.sqlite","driver": "SQLITE","accessTimeoutSeconds": 30},"debug": false,"jwtSecret": "$JWT_SECRET","port": 8000,"heartbeatUrl": null,"heartbeatIntervalSeconds": 15,"ssl": null}' >> /home/container/config.json
echo '{"database": {"file": "/home/container/database.sqlite","driver": "SQLITE","accessTimeoutSeconds": 30},"debug": false,"jwtSecret": "'"$JWT_SECRET"'","port": 8000,"heartbeatUrl": null,"heartbeatIntervalSeconds": 15,"ssl": null}' >> /home/container/config.json

java -XX:+CrashOnOutOfMemoryError -jar dbohttp.jar

0 comments on commit 0543047

Please sign in to comment.