Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dacohen@us.ibm.com committed Oct 11, 2019
1 parent b9e142d commit fd4e015
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ COPY LICENSE /licenses/
#FROM open-liberty:webProfile7-java8-openj9
COPY --chown=1001:0 /target/kabanero-cli-service-1.0-SNAPSHOT.war /config/apps
COPY --chown=1001:0 /src/main/liberty/config/cacerts /config/resources/security/cacerts
#COPY --chown=1001:0 /src/main/liberty/config/keystore.xml /config/configDropins/defaults
COPY --chown=1001:0 /target/liberty/wlp/usr/servers/defaultServer/server.xml /config
COPY --chown=1001:0 /src/main/liberty/config/jvm.options /config

Expand All @@ -23,7 +22,6 @@ RUN chmod 444 /config/server.xml
RUN chmod 444 /config/server.env
RUN chmod 444 /config/jvm.options
RUN chmod 444 /config/resources/security/cacerts
#RUN rm /config/configDropins/defaults/keystore.xml
RUN rm /config/configDropins/defaults/open-default-port.xml


Expand Down

0 comments on commit fd4e015

Please sign in to comment.