runtimedirs: .cache is already symlinked in base image

This commit is contained in:
Girish Ramakrishnan
2023-09-27 21:22:36 +05:30
parent e1f88b9cd8
commit 51409d3031
2 changed files with 9 additions and 11 deletions

View File

@@ -317,8 +317,6 @@ async function createSubcontainer(app, name, cmd, options) {
const runtimeVolumes = {
'/tmp': {},
'/run': {},
'/home/cloudron/.cache': {},
'/root/.cache': {}
};
if (app.manifest.runtimeDirs) {
app.manifest.runtimeDirs.forEach(dir => runtimeVolumes[dir] = {});