aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-09 22:27:35 +0300
committerValentin Popov <valentin@popov.link>2024-07-09 22:27:35 +0300
commit2b3e41a4aba849cffd15dfe9e18fc0fc156fdef3 (patch)
treed51dc42ca9af11392809115f1fb0301c95912b10 /.devcontainer/devcontainer.json
parent266747bae571a496b0805a6d1070c7fcd29757db (diff)
downloadpopov.link-2b3e41a4aba849cffd15dfe9e18fc0fc156fdef3.tar.xz
popov.link-2b3e41a4aba849cffd15dfe9e18fc0fc156fdef3.zip
Added Dev Container
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..080109a
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,15 @@
+{
+ "name": "Zola Dev Container",
+ "build": {
+ "dockerfile": "Dockerfile"
+ },
+ "forwardPorts": [
+ 1111
+ ],
+ "portsAttributes": {
+ "1111": {
+ "label": "Application",
+ "onAutoForward": "notify"
+ }
+ }
+} \ No newline at end of file