runtimedirs: .cache is already symlinked in base image
This commit is contained in:
@@ -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] = {});
|
||||
|
||||
Reference in New Issue
Block a user