Skip to content

Commit

Permalink
copy instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 15, 2024
1 parent a890166 commit a679d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/enterprise/metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/alfresco/alfresco-base-java:jre17-rockylinux9 as BUILD
ENV PORT 8080
EXPOSE 8080

ADD *-app.jar /opt/app.jar
COPY *-app.jar /opt/app.jar

RUN chmod 755 /opt/app.jar

Expand Down

0 comments on commit a679d32

Please sign in to comment.