updated dockerfile for client so it builds proper

This commit is contained in:
Pagwin 2025-04-02 17:18:42 -04:00
parent c23f963a28
commit 1dd661fa80
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -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