Skip to content

Commit

Permalink
bug fixed: docker builder fail
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Apr 18, 2024
1 parent d835936 commit f772dbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
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 "/you/flutter_web/"
RUN ./bake flutter_web build --base-href "/you/flutter_web/"
RUN pwd
RUN ls -l

Expand Down
4 changes: 0 additions & 4 deletions bin/notecli.dart
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,6 @@ class NoteLib {
);
return result._gen(result._collectInfo());
}

// _NoteAnalyzer genSync() async {
//
// }
}

enum _CellType { header, body, tail }
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: note
description: A Flutter note project.
version: 1.0.0
homepage: https://github.com/chen56/note
description: you-* project include some flutter common lib ,and my study notes.
version: 0.0.2
homepage: https://github.com/chen56/you
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
Expand Down

0 comments on commit f772dbd

Please sign in to comment.