Copy custom-environment-variables.yaml on docker startup
This commit is contained in:
parent
87529dbfdf
commit
0c985c5a03
|
@ -6,8 +6,9 @@ if [ -z "$(ls -A /config)" ]; then
|
||||||
cp /app/support/docker/production/config/* /config
|
cp /app/support/docker/production/config/* /config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Always copy default configuration file, in cases where new keys were added
|
# Always copy default and custom env configuration file, in cases where new keys were added
|
||||||
cp /app/config/default.yaml /config
|
cp /app/config/default.yaml /config
|
||||||
|
cp /app/config/custom-environment-variables.yaml /config
|
||||||
chown -R peertube:peertube /config
|
chown -R peertube:peertube /config
|
||||||
|
|
||||||
# first arg is `-f` or `--some-option`
|
# first arg is `-f` or `--some-option`
|
||||||
|
|
Loading…
Reference in New Issue