first push
This commit is contained in:
8
backend/app/sandbox/docker_runner.py
Normal file
8
backend/app/sandbox/docker_runner.py
Normal file
@@ -0,0 +1,8 @@
|
||||
async def run_in_sandbox(code: str) -> dict:
|
||||
"""
|
||||
Stub minimal pour future exécution sécurisée dans Docker.
|
||||
"""
|
||||
return {
|
||||
"status": "not_implemented",
|
||||
"logs": ["Sandbox Docker non branchée à l'étape 0."],
|
||||
}
|
||||
Reference in New Issue
Block a user