fix(dashboard): scroll issues in modals

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-06-06 14:20:29 +02:00
parent 34414e1d3e
commit 09c83ddeb4
5 changed files with 7 additions and 14 deletions

View File

@@ -49,7 +49,6 @@ build_image() {
-t "$image_name:latest" \
--build-arg DATABASE_URL="postgresql://p@p:5432/p" \
-f "apps/$app/Dockerfile" \
--push \
.
else
echo "Building multi-architecture image for $image_name:$VERSION-$PRERELEASE"
@@ -58,7 +57,6 @@ build_image() {
-t "$image_name:$VERSION-$PRERELEASE" \
--build-arg DATABASE_URL="postgresql://p@p:5432/p" \
-f "apps/$app/Dockerfile" \
--push \
.
fi