Skip to content
Snippets Groups Projects
Commit ba64369f authored by michael.minelli's avatar michael.minelli
Browse files

Hotfix => Docker deamon check

parent a33ded68
No related branches found
No related tags found
No related merge requests found
Pipeline #28336 passed
{
"name" : "dojo_cli",
"description" : "CLI of the Dojo project",
"version" : "3.2.0",
"version" : "3.2.2",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/app.js",
......
......@@ -117,7 +117,7 @@ class ExerciseRunCommand extends CommanderCommand {
}).start();
try {
await execAsync(`cd "${ Config.folders.defaultLocalExercise }";docker ps`);
await execAsync(`docker ps`);
} catch ( error ) {
spinner.fail(`The Docker daemon is not running`);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment