mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
b47f21a44e
In both local developent, and production. Also, vendor the `envsubst` binary from https://github.com/a8m/envsubst, as it supports default values, which the gnu envsubst (from gettext-base) does not.
3 lines
123 B
Bash
Executable file
3 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
/opt/envsubst < /envsubst_template.json > /conf/runtime.json
|
|
exec java -jar /git-bridge.jar /conf/runtime.json
|