summaryrefslogtreecommitdiff
path: root/.devcontainer.json
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-11-30 13:12:03 -0800
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-11-30 13:12:03 -0800
commit7baf02880ffd74cdf065f05a87a274bb66e15003 (patch)
treedcae7b1f8c35e45c3c07b5f643e4f0d73c29a212 /.devcontainer.json
first commit
Diffstat (limited to '.devcontainer.json')
-rw-r--r--.devcontainer.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.devcontainer.json b/.devcontainer.json
new file mode 100644
index 0000000..28bba9f
--- /dev/null
+++ b/.devcontainer.json
@@ -0,0 +1,10 @@
+{
+ "forwardPorts": [
+ 5000,
+ 5900,
+ 6081,
+ 8080,
+ 8082
+ ],
+ "image": "ghcr.io/cs50/codespace:b73dd04c40a0278a417bc0d7c806f78591392dae"
+} \ No newline at end of file