diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index f42ea00c25bb21526a940d250315571e6fde7381..067d85ae72c4c8b318c6283fc9e193d0b6be5b4e 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -19,7 +19,7 @@
 	],
 
 	// Use 'forwardPorts' to make a list of ports inside the container available locally.
-	"forwardPorts": [],
+	"forwardPorts": [5900],
 
 	// Use 'postCreateCommand' to run commands after the container is created.
 	// "postCreateCommand": "gcc -v",