chmod +x on pull-images
This commit is contained in:
1
build.sh
1
build.sh
@@ -29,6 +29,7 @@ docker run -v "$(pwd)/Generated:/app/Generated" \
|
|||||||
|
|
||||||
if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
|
if [ "$BTCPAYGEN_REVERSEPROXY" == "nginx" ]; then
|
||||||
cp Production/nginx.tmpl Generated/nginx.tmpl
|
cp Production/nginx.tmpl Generated/nginx.tmpl
|
||||||
|
chmod +x Generated/pull-images.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then
|
if [ "$BTCPAYGEN_REVERSEPROXY" == "traefik" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user