From: Chocobozzz Date: Wed, 30 May 2018 06:45:34 +0000 (+0200) Subject: Fix docker config custom env copy X-Git-Tag: v1.0.0-beta.8~72 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=df9e1d697839c2b3228cf23483b613cf94172809;p=github%2FChocobozzz%2FPeerTube.git Fix docker config custom env copy --- diff --git a/support/docker/production/docker-entrypoint.sh b/support/docker/production/docker-entrypoint.sh index 888fd8f34..6dbbfddf6 100755 --- a/support/docker/production/docker-entrypoint.sh +++ b/support/docker/production/docker-entrypoint.sh @@ -8,7 +8,7 @@ fi # Always copy default and custom env configuration file, in cases where new keys were added 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 # first arg is `-f` or `--some-option`