A .devcontainer configuration, probably overcomplicated but i'm tired of this laready

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-31 15:25:37 +00:00
parent f97d683d42
commit 6f3c39098b
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
version: "3.8"
services:
app:
image: mcr.microsoft.com/devcontainers/base:ubuntu
command: sleep infinity
volumes:
- ..:/workspaces/nicolium:Z
ports:
- "127.0.0.1:7312:7312"