diff --git a/wizard.sh b/wizard.sh index bd08ec4d..95f178a7 100755 --- a/wizard.sh +++ b/wizard.sh @@ -199,6 +199,7 @@ build () { echo "2nd phase" if [ $exitcode -eq 0 ]; then + ls -l $REPO for d in "dist/" "node_modules/"; do docker cp filebrowser-tmp://src/frontend/$d frontend done