fix(dashboard): scroll issues in modals
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user