Spaces:
Build error
Build error
David Li commited on
Commit ·
2f35262
1
Parent(s): e550f2a
fix: run again
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -10,5 +10,6 @@ FROM alpine:latest
|
|
| 10 |
WORKDIR /app
|
| 11 |
RUN apk add --no-cache bash
|
| 12 |
COPY --from=builder /app/dart_off_server .
|
| 13 |
-
RUN ls
|
| 14 |
-
|
|
|
|
|
|
| 10 |
WORKDIR /app
|
| 11 |
RUN apk add --no-cache bash
|
| 12 |
COPY --from=builder /app/dart_off_server .
|
| 13 |
+
RUN ls -la
|
| 14 |
+
RUN pwd
|
| 15 |
+
ENTRYPOINT ["/app/dart_off_server"]
|