Spaces:
Build error
Build error
David Li commited on
Commit ·
9a45cd5
1
Parent(s): 9fafc28
fix: run cli.exe
Browse files- Dockerfile +2 -2
- pubspec.lock +21 -0
Dockerfile
CHANGED
|
@@ -3,5 +3,5 @@ COPY pubspec.yaml pubspec.lock ./
|
|
| 3 |
RUN dart pub get
|
| 4 |
COPY . ./
|
| 5 |
RUN dart compile exe bin/cli.dart
|
| 6 |
-
RUN chmod +x bin/cli
|
| 7 |
-
ENTRYPOINT [ "bin/cli" ]
|
|
|
|
| 3 |
RUN dart pub get
|
| 4 |
COPY . ./
|
| 5 |
RUN dart compile exe bin/cli.dart
|
| 6 |
+
RUN chmod +x bin/cli.exe
|
| 7 |
+
ENTRYPOINT [ "bin/cli.exe" ]
|
pubspec.lock
CHANGED
|
@@ -8,6 +8,13 @@ packages:
|
|
| 8 |
url: "https://pub.dartlang.org"
|
| 9 |
source: hosted
|
| 10 |
version: "47.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
analyzer:
|
| 12 |
dependency: transitive
|
| 13 |
description:
|
|
@@ -148,6 +155,13 @@ packages:
|
|
| 148 |
url: "https://pub.dartlang.org"
|
| 149 |
source: hosted
|
| 150 |
version: "1.0.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
node_preamble:
|
| 152 |
dependency: transitive
|
| 153 |
description:
|
|
@@ -183,6 +197,13 @@ packages:
|
|
| 183 |
url: "https://pub.dartlang.org"
|
| 184 |
source: hosted
|
| 185 |
version: "2.1.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
shelf:
|
| 187 |
dependency: transitive
|
| 188 |
description:
|
|
|
|
| 8 |
url: "https://pub.dartlang.org"
|
| 9 |
source: hosted
|
| 10 |
version: "47.0.0"
|
| 11 |
+
alfred:
|
| 12 |
+
dependency: "direct main"
|
| 13 |
+
description:
|
| 14 |
+
name: alfred
|
| 15 |
+
url: "https://pub.dartlang.org"
|
| 16 |
+
source: hosted
|
| 17 |
+
version: "1.0.0+1"
|
| 18 |
analyzer:
|
| 19 |
dependency: transitive
|
| 20 |
description:
|
|
|
|
| 155 |
url: "https://pub.dartlang.org"
|
| 156 |
source: hosted
|
| 157 |
version: "1.0.3"
|
| 158 |
+
mime_type:
|
| 159 |
+
dependency: transitive
|
| 160 |
+
description:
|
| 161 |
+
name: mime_type
|
| 162 |
+
url: "https://pub.dartlang.org"
|
| 163 |
+
source: hosted
|
| 164 |
+
version: "1.0.0"
|
| 165 |
node_preamble:
|
| 166 |
dependency: transitive
|
| 167 |
description:
|
|
|
|
| 197 |
url: "https://pub.dartlang.org"
|
| 198 |
source: hosted
|
| 199 |
version: "2.1.3"
|
| 200 |
+
queue:
|
| 201 |
+
dependency: transitive
|
| 202 |
+
description:
|
| 203 |
+
name: queue
|
| 204 |
+
url: "https://pub.dartlang.org"
|
| 205 |
+
source: hosted
|
| 206 |
+
version: "3.1.0+2"
|
| 207 |
shelf:
|
| 208 |
dependency: transitive
|
| 209 |
description:
|