Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Audrow Nash <audrow@intrinsic.ai>
  • Loading branch information
cychitivav and audrow authored Sep 18, 2023
1 parent ac660b7 commit 61da29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "../docker/image/Dockerfile"
},
"workspaceMount": "source=${localWorkspaceFolder},target=/tmp/doc_repository,type=bind",
"workspaceFolder": "/tmp/doc_repository",
"workspaceFolder": "/tmp/doc_repository",
"postCreateCommand": "pip3 install --no-warn-script-location --user -r requirements.txt -c constraints.txt",
"features": {
"ghcr.io/devcontainers/features/git:1": {}
Expand Down

0 comments on commit 61da29b

Please sign in to comment.