Skip to content
Snippets Groups Projects
Unverified Commit 0c985c5a authored by Chocobozzz's avatar Chocobozzz
Browse files

Copy custom-environment-variables.yaml on docker startup

parent 87529dbf
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,9 @@ if [ -z "$(ls -A /config)" ]; then
cp /app/support/docker/production/config/* /config
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/custom-environment-variables.yaml /config
chown -R peertube:peertube /config
# first arg is `-f` or `--some-option`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment