WIP: Add forms

This commit is contained in:
2024-04-04 23:40:00 +02:00
parent 316f5d17d5
commit b7a79fd2a4
4 changed files with 110 additions and 5 deletions

View File

@ -19,7 +19,7 @@ ENV PATH="$FLUTTER_SDK/bin:$FLUTTER_SDK/bin/cache/dart-sdk/bin:${PATH}"
RUN mkdir $APP
COPY . $APP
WORKDIR $APP
RUN flutter build web
RUN flutter build web --web-renderer html
# once heare the app will be compiled and ready to deploy