Skip to content

Commit

Permalink
Test w/o some chmods
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 15, 2024
1 parent acc23de commit 61cc049
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions oracle-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ COPY --from=build /app/target/nr-spar-oracle-api ./nr-spar-oracle-api
COPY --from=build /app/*.class ./artifacts/
COPY --from=build /app/install_cert.sh ./

# Permissions
RUN chmod g+w /app && \
chmod g+x /app/install_cert.sh && \
chmod g+w ${JAVA_HOME}/lib/security/cacerts

# User, port and healthcheck
USER 1001
EXPOSE 8091
Expand Down

0 comments on commit 61cc049

Please sign in to comment.