From 2b3e41a4aba849cffd15dfe9e18fc0fc156fdef3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 9 Jul 2024 19:27:35 +0000 Subject: Added Dev Container --- .devcontainer/devcontainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer/devcontainer.json (limited to '.devcontainer/devcontainer.json') 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 -- cgit v1.2.3