From 6ee2dc274999e42225388bdda1cb5cb82f0146c6 Mon Sep 17 00:00:00 2001 From: Pheobe Yeung <46576808+pheobeyeung@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:14:26 -0500 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..6d8ed5cf --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + "name": "UR SDK", + "build":{"dockerfile": "Dockerfile"}, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + "forwardPorts": [3000] + +}