Add devbox image Dockerfiles and build scripts, split from homelab-komodo

This commit is contained in:
2026-07-31 16:58:46 +02:00
parent a06bd1bd8e
commit e2afab23a9
24 changed files with 1889 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
set -e
docker compose build --no-cache devbox-base;
docker compose build --no-cache devbox-base-config;
docker compose build --no-cache devbox-php;
docker compose build --no-cache devbox-ruby;
docker compose build --no-cache devbox-react;
docker compose build --no-cache devbox-dotnet;
docker compose build --no-cache devbox-vnc;
docker compose build --no-cache devbox-flutter;
docker compose build --no-cache devbox-flutter-vnc;