From 1dd661fa807a0b65ca908b4655037d72e01985f1 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 2 Apr 2025 17:18:42 -0400 Subject: [PATCH] updated dockerfile for client so it builds proper --- src/client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Dockerfile b/src/client/Dockerfile index e9ba5ed..8c046ee 100644 --- a/src/client/Dockerfile +++ b/src/client/Dockerfile @@ -22,7 +22,7 @@ RUN flutter doctor COPY ./ /client/ -RUN flutter build web +RUN flutter build web --dart-define-from-file=.env WORKDIR /client/build/web