Spaces:
Build error
Build error
David Li commited on
Commit ·
e550f2a
1
Parent(s): 7b26634
fix: back to entry point
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,4 +11,4 @@ WORKDIR /app
|
|
| 11 |
RUN apk add --no-cache bash
|
| 12 |
COPY --from=builder /app/dart_off_server .
|
| 13 |
RUN ls
|
| 14 |
-
|
|
|
|
| 11 |
RUN apk add --no-cache bash
|
| 12 |
COPY --from=builder /app/dart_off_server .
|
| 13 |
RUN ls
|
| 14 |
+
ENTRYPOINT ["./dart_off_server"]
|