From eb343e50d9216c4918c6029a06ec989c81a30cd2 Mon Sep 17 00:00:00 2001 From: Fmar <_@fmar.link> Date: Mon, 27 Nov 2023 12:40:25 +0100 Subject: [PATCH] v0.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7de4421..53793307 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir /app/ COPY . /app/ WORKDIR /app/ RUN flutter pub get -RUN dart run sqflite_common_ffi_web:setup +#RUN dart run sqflite_common_ffi_web:setup RUN flutter build web # Stage 2 - Create the run-time image