Skip to content

Commit

Permalink
Merge pull request #15 from Project-Coda/dev
Browse files Browse the repository at this point in the history
Fix devconatiner
  • Loading branch information
ikifar2012 authored Jul 15, 2022
2 parents 6a40dd1 + b5d8bf6 commit 410599f
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 @@ -48,7 +48,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r rootfs/requirements.txt",
"postCreateCommand": "pip3 install --user -r requirements.txt",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit 410599f

Please # to comment.