Skip to content

Commit

Permalink
update to correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Nov 14, 2024
1 parent 9a8e210 commit cfb057c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "Build Documentation",
"type": "shell",
"command": "docker run -v .:/app/docs -v ./../.artifacts:/app/.artifacts ghcr.io/mpdreamz/docs-builder:edge",
"command": "docker run -v .:/app/docs -v ./../.artifacts:/app/.artifacts ghcr.io/mpdreamz/docset-builder:edge",
"problemMatcher": [],
"group": {
"kind": "build",
Expand All @@ -16,7 +16,7 @@
{
"label": "Serve Documentation",
"type": "shell",
"command": "docker run --expose 8080 -v .:/app/docs -v ./../.artifacts:/app/.artifacts ghcr.io/mpdreamz/docs-builder:edge serve",
"command": "docker run --expose 8080 -v .:/app/docs -v ./../.artifacts:/app/.artifacts ghcr.io/mpdreamz/docset-builder:edge serve",
"problemMatcher": [],
"group": {
"kind": "build",
Expand Down

0 comments on commit cfb057c

Please sign in to comment.