Skip to content

Commit

Permalink
Bugfix for 858 (oracle#877)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerald Venzl <gerald.venzl@gmail.com>
  • Loading branch information
gvenzl authored and Djelibeybi committed May 19, 2018
1 parent 5bd173b commit 9a95c85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ RUN yum -y install unzip libaio bc initscripts net-tools openssl && \
VOLUME ["$ORACLE_BASE/oradata"]
EXPOSE 1521 8080
HEALTHCHECK --interval=1m --start-period=5m \
CMD [ "su", "-p", "oracle", "-c", "$ORACLE_BASE/$CHECK_DB_FILE > /dev/null || exit 1" ]
CMD "$ORACLE_BASE/$CHECK_DB_FILE" >/dev/null || exit 1

CMD exec $ORACLE_BASE/$RUN_FILE

0 comments on commit 9a95c85

Please sign in to comment.