Update dev shortcut
This commit is contained in:
parent
c49f34b934
commit
c14ad6a117
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@ -6,16 +6,14 @@
|
||||
{
|
||||
"label": "Launch development webserver (ewpratten.com)",
|
||||
"type": "shell",
|
||||
"command": "zola",
|
||||
"command": "docker",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"args": [
|
||||
"serve",
|
||||
"--drafts",
|
||||
"--interface",
|
||||
"0.0.0.0",
|
||||
"--open"
|
||||
"compose",
|
||||
"up",
|
||||
"--build"
|
||||
],
|
||||
"problemMatcher": []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user