Add Dockerfile and build script; update .gitignore and installation paths

This commit is contained in:
2026-05-27 07:58:24 +02:00
parent 0b36f71394
commit 079edee6e6
6 changed files with 27 additions and 2 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
mkdir -p out
container build -t cloud-router-builder "$@" .
echo "Build artifacts written to out/"