Skip to content

Commit

Permalink
chore: forcing all files to be 777
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 19, 2024
1 parent 4f9b449 commit c320fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Dockerfile.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gvenzl/oracle-free:23.3-slim-faststart

USER root
RUN usermod -u 1011300000 oracle
RUN chmod -R 775 "${ORACLE_BASE}"
RUN chmod -R 777 "${ORACLE_BASE}"
USER oracle

HEALTHCHECK CMD "${ORACLE_BASE}"/healthcheck.sh >/dev/null || exit 1
Expand Down

0 comments on commit c320fd4

Please sign in to comment.