Skip to content

Commit

Permalink
Merge pull request #266 from r0ssing/main
Browse files Browse the repository at this point in the history
Fixed port number in docker command
  • Loading branch information
wbrunette authored Dec 12, 2023
2 parents a7dbfd7 + 328a17a commit 67eed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-task.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run --rm -v "${PWD}:/mnt" -p 8000:8000 --name odkx-docs odkx-docs
docker run --rm -v "${PWD}:/mnt" -p 8080:8080 --name odkx-docs odkx-docs

0 comments on commit 67eed49

Please sign in to comment.