mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-26 20:47:57 +08:00
feat: use canvas render
This commit is contained in:
@@ -3,7 +3,8 @@ WORKDIR /app
|
|||||||
COPY ./ui/pubspec.yaml ./ui/pubspec.lock ./
|
COPY ./ui/pubspec.yaml ./ui/pubspec.lock ./
|
||||||
RUN flutter pub get
|
RUN flutter pub get
|
||||||
COPY ./ui/ ./
|
COPY ./ui/ ./
|
||||||
RUN flutter build web --no-web-resources-cdn --web-renderer html
|
RUN flutter build web --no-web-resources-cdn
|
||||||
|
# --web-renderer html
|
||||||
|
|
||||||
# 打包依赖阶段使用golang作为基础镜像
|
# 打包依赖阶段使用golang作为基础镜像
|
||||||
FROM golang:1.23 as builder
|
FROM golang:1.23 as builder
|
||||||
|
|||||||
Reference in New Issue
Block a user