Merge pull request #584 from Craeckie/main

Use locally hosted canvaskit instead of calling google
pull/638/head
Krille-chan 1 year ago committed by GitHub
commit b990ade2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ COPY . /app
WORKDIR /app
RUN ./scripts/prepare-web.sh
RUN flutter pub get
RUN flutter build web --release --source-maps
RUN flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps
FROM docker.io/nginx:alpine
RUN rm -rf /usr/share/nginx/html

Loading…
Cancel
Save