Fix docs build

This commit is contained in:
Nick Mowen 2023-07-10 18:15:25 -06:00
parent 5ef4a2afe1
commit 6009d2f640
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
shm_size: "256mb"
build:
context: .
file: docker/build/main/Dockerfile
dockerfile: docker/build/main/Dockerfile
# Use target devcontainer-trt for TensorRT dev
target: devcontainer
deploy:

View File

@ -45,7 +45,7 @@ module.exports = {
],
Development: [
"development/contributing",
"development/contributing-boards.md"
"development/contributing-boards"
],
},
};