We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f71d37 commit 1b98a80Copy full SHA for 1b98a80
.devcontainer/devcontainer.json
@@ -1,9 +1,13 @@
1
{
2
- "name": "fastapi-37",
3
- "image": "mcr.microsoft.com/devcontainers/python:3.12",
+ "name": "fastapi-38",
+ "image": "mcr.microsoft.com/devcontainers/python:1-3.8-bookworm",
4
"features": {
5
- "ghcr.io/devcontainers/features/node:1": { "version": "latest" }
+ "ghcr.io/devcontainers/features/node:1": {
6
+ "version": "latest"
7
+ }
8
},
9
"postCreateCommand": "pipx install poetry && poetry install",
- "forwardPorts": [2222]
-}
10
+ "forwardPorts": [
11
+ 2222
12
+ ]
13
+}
0 commit comments