Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Copy postgres healthcheck file to docker container (#1774)
Browse files Browse the repository at this point in the history
* Copy postgres healthcheck file to docker container

Signed-off-by: neewy <[email protected]>

* fix comments

Signed-off-by: Artyom Bakhtin <[email protected]>
  • Loading branch information
neewy authored and bakhtin committed Oct 18, 2018
1 parent 1cfac65 commit 0a6a638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get install -y /tmp/iroha.deb; \

WORKDIR /opt/iroha_data

COPY entrypoint.sh /entrypoint.sh
COPY entrypoint.sh wait-for-it.sh /
RUN chmod +x /entrypoint.sh /wait-for-it.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/sbin/init"]

0 comments on commit 0a6a638

Please sign in to comment.