Fix image build
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user