Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

fix: resolve connect-sqlite3 v0.9.17 breaking change causing Docker startup crash (#6688) #8144

fix: resolve connect-sqlite3 v0.9.17 breaking change causing Docker startup crash (#6688)

fix: resolve connect-sqlite3 v0.9.17 breaking change causing Docker startup crash (#6688) #8144

name: Test Docker Build
on:
push:
branches:
- main
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
PUPPETEER_SKIP_DOWNLOAD: true
steps:
- uses: actions/checkout@v6
- run: docker build --no-cache -t flowise .