mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 19:54:25 +00:00
3 lines
142 B
Bash
Executable file
3 lines
142 B
Bash
Executable file
#!/bin/bash
|
|
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
|
|
exec java -Xms512m -Xmx3072m -jar /git-bridge.jar /conf/runtime.json
|