Fix docker config custom env copy
This commit is contained in:
parent
18eb286e0b
commit
df9e1d6978
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fi
|
||||||
|
|
||||||
# Always copy default and custom env 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
|
cp /app/support/docker/production/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 a new issue