Skip to content

Commit

Permalink
chore: renaming binary
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Oct 24, 2024
1 parent 7b3557a commit 4108b8d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ FROM gcr.io/distroless/java-base:nonroot AS deploy
WORKDIR /app
COPY --from=build /app/target/results ./nr-results-backend

COPY dockerfile-entrypoint.sh ./
RUN mkdir config dump public && \
chmod -R g+w . && \
chmod g+x dockerfile-entrypoint.sh && \
chmod g+w ${JAVA_HOME}/lib/security/cacerts

# Port and health check
USER 1001
EXPOSE 8080
Expand Down

0 comments on commit 4108b8d

Please sign in to comment.