Skip to content

Commit

Permalink
fix: tasks.json (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfialho authored Jan 20, 2022
1 parent ea788e7 commit c3ac95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/WebApi/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{
"label": "docker-compose",
"type": "shell",
"command": "docker-compose -f ${workspaceFolder}/docker-compose.yml up -d --build",
"command": "docker-compose -f '${workspaceFolder}/docker-compose.yml' up -d --build",
"dependsOn": [
"build"
]
Expand Down

0 comments on commit c3ac95f

Please sign in to comment.