Skip to content

Commit 6c76d52

Browse files
committed
fix(Dockerfile): fix typo to use tini
1 parent 25f3cd3 commit 6c76d52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile-bins

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ FROM ubuntu:24.04
22

33
RUN apt-get update && apt install -y tini
44

5-
ENTRYPOINT ["/tini", "--"]
6-
75
ARG TARGETPLATFORM
86

97
LABEL org.opencontainers.image.source=https://github.com/dojoengine/saya
108

119
COPY --from=binaries --chmod=755 $TARGETPLATFORM/saya /usr/local/bin/
1210

11+
ENTRYPOINT ["tini", "--"]
1312
CMD [ "saya" ]

0 commit comments

Comments
 (0)