fix(devcontainer): forward ports 3000/3001 (#4779)

This commit is contained in:
Irene Wang
2025-12-15 05:50:37 +08:00
committed by GitHub
parent 856925451e
commit bc3ad06de4

View File

@@ -13,6 +13,9 @@
// "containerUser": "anythingllm",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bookworm",
"forwardPorts": [3001, 3000],
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
// Docker very useful linter