]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix docker config custom env copy
authorChocobozzz <me@florianbigard.com>
Wed, 30 May 2018 06:45:34 +0000 (08:45 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 30 May 2018 06:45:34 +0000 (08:45 +0200)
support/docker/production/docker-entrypoint.sh

index 888fd8f34ae7d49d68bb5fc415b352314445f6ba..6dbbfddf6438fb93b87d325cba65222f4a56bf79 100755 (executable)
@@ -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`