Skip to content

Commit

Permalink
KICS - use COPY rather than ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 22, 2024
1 parent 1afd9aa commit 81477ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit-storage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG ALFRESCO_AUDIT_STORAGE_GROUP_ID
ARG ALFRESCO_AUDIT_STORAGE_USER_NAME
ARG ALFRESCO_AUDIT_STORAGE_USER_ID

ADD alfresco-audit-storage-app*.jar /opt/app.jar
COPY alfresco-audit-storage-app*.jar /opt/app.jar

ENV AUDIT_ENTRYSTORAGE_OPENSEARCH_CONNECTOR_USERNAME=admin

Expand Down

0 comments on commit 81477ca

Please sign in to comment.