Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit eb26d47

Browse files
committed
fix the tini warning
1 parent 64af80c commit eb26d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ ENV RSYSLOG_DESTINATION=127.0.0.1 \
2525
HEALTH_CHECK="check inter 2000 rise 2 fall 3"
2626

2727
EXPOSE 80 443 1936
28-
ENTRYPOINT ["tini", "--"]
28+
ENTRYPOINT ["/sbin/tini", "--"]
2929
CMD ["dockercloud-haproxy"]

0 commit comments

Comments
 (0)