forked from p15670423/monkey
Docker: Remove .npm dir
This commit is contained in:
parent
e3ed576b0e
commit
4d50a9adee
|
@ -212,6 +212,7 @@ remove_node_modules() {
|
||||||
# Node has served its purpose. We don't need to deliver the node modules with
|
# Node has served its purpose. We don't need to deliver the node modules with
|
||||||
# the AppImage.
|
# the AppImage.
|
||||||
rm -rf "$ISLAND_PATH"/cc/ui/node_modules
|
rm -rf "$ISLAND_PATH"/cc/ui/node_modules
|
||||||
|
rm -rf "$ISLAND_PATH"/cc/ui/.npm
|
||||||
}
|
}
|
||||||
|
|
||||||
build_docker_image() {
|
build_docker_image() {
|
||||||
|
|
Loading…
Reference in New Issue