Skip to content

Commit

Permalink
chore: changing permission of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 16, 2024
1 parent 1aa1443 commit 744cb28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/Dockerfile.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ FROM gvenzl/oracle-xe:21.3.0-slim-faststart

HEALTHCHECK --interval=30s --timeout=10s --retries=10 CMD healthcheck.sh

# Ensure the entrypoint script has execute permissions
RUN chmod +x /opt/oracle/container-entrypoint.sh

# Non-privileged user
USER THE

0 comments on commit 744cb28

Please sign in to comment.