diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-11-30 13:12:03 -0800 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2023-11-30 13:12:03 -0800 |
commit | 7baf02880ffd74cdf065f05a87a274bb66e15003 (patch) | |
tree | dcae7b1f8c35e45c3c07b5f643e4f0d73c29a212 /.devcontainer.json |
first commit
Diffstat (limited to '.devcontainer.json')
-rw-r--r-- | .devcontainer.json | 10 |
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 |