Skip to content

Commit

Permalink
note改名为you后,修复docker打包路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Apr 18, 2024
1 parent cdaec3a commit 2881098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR ./you

RUN ./bake install
RUN if [[ "$test" = "on" ]]; then ./bake test ; fi
RUN ./bake flutter build --base-href "/flutter_web/"
RUN ./bake flutter build --base-href "/you/flutter_web/"
RUN pwd
RUN ls -l

Expand Down

0 comments on commit 2881098

Please sign in to comment.