Skip to content

Commit

Permalink
Fixed issue #2660 (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya059 committed Jul 11, 2023
1 parent 0c95d6e commit 1bd95f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ HEALTHCHECK --interval=1m --start-period=5m --timeout=30s \
CMD "$ORACLE_BASE/$CHECK_DB_FILE" >/dev/null || exit 1

# Define default command to start Oracle Database.
CMD [ "exec", "$ORACLE_BASE/$RUN_FILE" ]
CMD [ "/bin/bash", "-c", "exec $ORACLE_BASE/$RUN_FILE" ]

0 comments on commit 1bd95f5

Please sign in to comment.