David Li commited on
Commit
2f35262
·
1 Parent(s): e550f2a

fix: run again

Browse files
Files changed (1) hide show
  1. 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
- ENTRYPOINT ["./dart_off_server"]
 
 
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"]