This commit is contained in:
Ulf Gebhardt 2023-03-29 16:04:02 +02:00
parent 8b15eba252
commit c274b85bb3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -119,7 +119,7 @@ esac
envsubst "$(env | sed -e 's/=.*//' -e 's/^/\$/g')" < $NGINX_CONFIG_DIR/$TEMPLATE_FILE > $NGINX_CONFIG_DIR/update-page.conf
# Clean tmp folder - remove yarn files
find /tmp -name "yarn--*" -exec rm -r {}
find /tmp -name "yarn--*" -exec rm -r {} \;
# Remove node_modules folders
# we had problems with corrupted node_modules folder