mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-12 19:20:46 +02:00
4 lines
202 B
Bash
Executable File
4 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
envsubst < "/var/www/bitfeed/env.template.js" > "/var/www/bitfeed/env.js"
|
|
envsubst '$BACKEND_HOST,$BACKEND_PORT' < "/etc/nginx/conf.d/default.conf.template" > "/etc/nginx/conf.d/default.conf"
|