mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-27 04:57:42 +08:00
revert: to html renderer
This commit is contained in:
@@ -3,8 +3,7 @@ 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
|
RUN flutter build web --no-web-resources-cdn --web-renderer html
|
||||||
# --web-renderer html
|
|
||||||
|
|
||||||
# 打包依赖阶段使用golang作为基础镜像
|
# 打包依赖阶段使用golang作为基础镜像
|
||||||
FROM golang:1.23 as builder
|
FROM golang:1.23 as builder
|
||||||
|
|||||||
Reference in New Issue
Block a user