Updated paths.

This commit is contained in:
retoor 2025-06-10 17:04:50 +02:00
parent a2fa976065
commit 0295108e6b
2 changed files with 3 additions and 2 deletions
src/snek

View File

@ -84,7 +84,7 @@ class ContainerService(BaseService):
"./"
+ str(await self.services.channel.get_home_folder(channel_uid))
+ ":"
+ "/root"
+ "/home/ubuntu"
],
)
return await self.compose.get_instance(name)

View File

@ -65,7 +65,8 @@ class ComposeFileManager:
"build": {
"context": ".",
"dockerfile": "DockerfileUbuntu",
}
},
"user":"ubuntu"
}
service["command"] = command or "tail -f /dev/null"
if cpus or memory: