Fix image build

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-05-01 22:40:05 +02:00
parent 7206de96db
commit 4a23770dd1

View File

@@ -14,7 +14,8 @@ ENV PATH="$FLUTTER_SDK/bin:$FLUTTER_SDK/bin/cache/dart-sdk/bin:${PATH}"
WORKDIR $APP
COPY . $APP
RUN git config --global --add safe.directory /usr/local/flutter
RUN flutter pub get
RUN flutter build web --release
# once heare the app will be compiled and ready to deploy