Skip to content

Commit

Permalink
feat: use canvas render
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Oct 21, 2024
1 parent 038f643 commit a2da1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ WORKDIR /app
COPY ./ui/pubspec.yaml ./ui/pubspec.lock ./
RUN flutter pub get
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作为基础镜像
FROM golang:1.23 as builder
Expand Down

0 comments on commit a2da1e7

Please sign in to comment.