Make auth obligatory
This commit is contained in:
@ -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 --release
|
||||
|
||||
# once heare the app will be compiled and ready to deploy
|
||||
|
||||
|
Reference in New Issue
Block a user