refactor: cleanup config
All checks were successful
Container build / container-build (push) Successful in 4m52s

This commit is contained in:
Job
2024-12-12 20:42:39 +01:00
parent 7fdb0e0fc0
commit e180de3a7b
9 changed files with 83 additions and 100 deletions

View File

@@ -1,3 +1,8 @@
# ========================================= #
# Containerfile v1.0; job79 #
# Configure and setup a neovim devcontainer #
# for go and nodejs development. #
# ========================================= #
FROM quay.io/fedora/fedora:41
# === setup system ===