Skip to content

Commit

Permalink
Formatting, slight logic tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 18, 2023
1 parent d6628af commit e278635
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions oracle-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -15,11 +15,7 @@ ENV LC_ALL en_CA.UTF-8

# Setup package/archive and supporting files
WORKDIR /usr/share/service/
COPY --from=build /app/target/*.jar \
/app/HealthCheck.class \
/app/InstallCert.class \
/app/InstallCert\$SavingTrustManager.class \
./artifacts/
COPY --from=build /app/target/*.jar /app/*.class ./artifacts/
COPY dockerfile-entrypoint.sh ./
RUN mkdir config dump public && \
chmod -R g+w . && \

0 comments on commit e278635

Please sign in to comment.