Get token

This commit is contained in:
2024-04-05 17:57:46 +02:00
parent 45a52d5410
commit 350cf9d4c3
4 changed files with 28 additions and 9 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 --web-renderer html
RUN flutter build web
# once heare the app will be compiled and ready to deploy