Updated dev container Dockerfile and included a docker compose.

This commit is contained in:
Shaun Setlock
2025-03-06 16:17:38 -05:00
parent f754c4ab47
commit 93f2a0f28f
2 changed files with 35 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
version: "3"
services:
nv:
container_name: nv
image: shaun/neovim:latest
user: "1000:1000"
restart: unless-stopped
volumes:
- ~/code:/root/workspace