Skip to content

Commit

Permalink
Update Dockerfile.xe
Browse files Browse the repository at this point in the history
  • Loading branch information
jlundy2 authored Sep 24, 2020
1 parent f44f610 commit 3a489d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN chmod ug+x $INSTALL_DIR/*.sh && \

VOLUME $ORACLE_BASE/oradata

HEALTHCHECK --interval=1m --start-period=5m \
HEALTHCHECK --interval=1m --start-period=15m \
CMD "$ORACLE_BASE/$CHECK_DB_FILE" >/dev/null || exit 1

CMD exec $ORACLE_BASE/$RUN_FILE

0 comments on commit 3a489d4

Please sign in to comment.