Docker: Remove .npm dir

This commit is contained in:
Mike Salvatore 2021-07-26 14:35:15 -04:00
parent e3ed576b0e
commit 4d50a9adee
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ remove_node_modules() {
# Node has served its purpose. We don't need to deliver the node modules with
# the AppImage.
rm -rf "$ISLAND_PATH"/cc/ui/node_modules
rm -rf "$ISLAND_PATH"/cc/ui/.npm
}
build_docker_image() {