Skip to content

Commit c939351

Browse files
committed
normalize
1 parent bd7506e commit c939351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
}
5252
}
5353
},
54-
// Use 'forwardPorts' to make a list of ports inside the container available locally. 5000 is for Flask, and 5432 is for PostgreSQL.
54+
// Use 'forwardPorts' to make a list of ports inside the container available locally. 5000 is for Flask, 8000 is for Django, and 5432 is for PostgreSQL.
5555
"forwardPorts": [
56-
5000, 5432
56+
8000, 5000, 5432
5757
],
5858
// Use 'postCreateCommand' to run commands after the container is created.
5959
// "postCreateCommand": "",

0 commit comments

Comments
 (0)