Skip to content

Commit

Permalink
chore: changing the oracle user id
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 19, 2024
1 parent c320fd4 commit d066c0e
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
@@ -1,7 +1,7 @@
FROM gvenzl/oracle-free:23.3-slim-faststart

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

Expand Down

0 comments on commit d066c0e

Please sign in to comment.