Spaces:
Build error
Build error
David Li commited on
Commit ·
f1ead96
1
Parent(s): 8c6da76
cmd, assume bash
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,4 +9,4 @@ RUN dart compile exe bin/cli.dart -o /dart/bin/dart_off_server
|
|
| 9 |
# copy server file to basic image to run the app
|
| 10 |
FROM scratch
|
| 11 |
COPY --from=builder /dart/bin/dart_off_server /dart/bin/dart_off_server
|
| 12 |
-
|
|
|
|
| 9 |
# copy server file to basic image to run the app
|
| 10 |
FROM scratch
|
| 11 |
COPY --from=builder /dart/bin/dart_off_server /dart/bin/dart_off_server
|
| 12 |
+
CMD ["/dart/bin/dart_off_server"]
|