Switch to dynamic port forwarding, add Codespaces to readme

This commit is contained in:
Brigit Murtaugh
2021-01-21 16:32:47 +00:00
committed by GitHub
parent c584c1e388
commit a4fe1bf3f0
2 changed files with 30 additions and 18 deletions

View File

@@ -32,7 +32,7 @@
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [9000],
// "forwardPorts": [9000],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install -r requirements.txt",