Browse Source

chmod +x on pull-images

feature/more-args
nicolas.dorier 6 years ago
parent
commit
27482193ae
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 1
      build.sh

1
build.sh

@ -29,6 +29,7 @@ docker run -v "$(pwd)/Generated:/app/Generated" \
if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
cp Production/nginx.tmpl Generated/nginx.tmpl
chmod +x Generated/pull-images.sh
fi
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then

Loading…
Cancel
Save