diff --git a/devcontainer-example/devcontainer.json b/devcontainer-example/devcontainer.json index 0cce4c52..394e38d8 100644 --- a/devcontainer-example/devcontainer.json +++ b/devcontainer-example/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Frappe Bench", - "forwardPorts": [8000, 9000, 6787], + "forwardPorts": [8000, 9000, 6787, 8080], "remoteUser": "frappe", "customizations": { "vscode": { diff --git a/devcontainer-example/docker-compose.yml b/devcontainer-example/docker-compose.yml index 1e119112..845b1c93 100644 --- a/devcontainer-example/docker-compose.yml +++ b/devcontainer-example/docker-compose.yml @@ -55,6 +55,7 @@ services: ports: - 8000-8005:8000-8005 - 9000-9005:9000-9005 + - 8080:8080 # enable the below service if you need Cypress UI Tests to be executed # Before enabling ensure install_x11_deps.sh has been executed and display variable is exported. # Run install_x11_deps.sh again if DISPLAY is not set