David Li commited on
Commit
e550f2a
·
1 Parent(s): 7b26634

fix: back to entry point

Browse files
Files changed (1) hide show
  1. 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
- CMD [ "./dart_off_server" ]
 
11
  RUN apk add --no-cache bash
12
  COPY --from=builder /app/dart_off_server .
13
  RUN ls
14
+ ENTRYPOINT ["./dart_off_server"]