UPDATED devcontainer configuration to enable VS CODE WEB development

This commit is contained in:
Marek Lesko
2025-07-10 07:29:50 +00:00
parent a8848a3e5e
commit 733b1bd1af
6 changed files with 66 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ services:
# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
ports:
- "4200:4200"
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: host