Skip to content

Commit

Permalink
normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalin committed Nov 28, 2023
1 parent bd7506e commit c939351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
}
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally. 5000 is for Flask, and 5432 is for PostgreSQL.
// 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.
"forwardPorts": [
5000, 5432
8000, 5000, 5432
],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "",
Expand Down

0 comments on commit c939351

Please sign in to comment.