integrate kontor-angular

This commit is contained in:
2026-04-19 20:05:50 +02:00
parent b59ecc6ac9
commit b5726af898
17 changed files with 98 additions and 19 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ else
-p 8400:8400 \
-p 8500:8500 \
-p 8600:8600 \
-p 8700:80 \
-p 8700:8700 \
-p 8800:8800 \
-p 8900:8080 \
-p 61616:61616 \
-1
View File
@@ -9,7 +9,6 @@ cd "$(dirname "$0")/.."
echo "==> Stopping and removing pod kontor"
if podman pod exists kontor; then
podman pod stop kontor
podman pod rm kontor
fi
script/cibuild