Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 15, 2024
1 parent 4735659 commit 4df4fff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions search/enterprise/metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ EXPOSE 8080
# debug current folder check whats in it
RUN ls -la

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

RUN chmod 755 /opt/app.jar
COPY /home/runner/work/alfresco-dockerfiles/alfresco-dockerfiles/search/enterprise/metadata/*-app.jar /opt/app.jar

CMD ["java", "-jar", "/opt/app.jar"]

0 comments on commit 4df4fff

Please sign in to comment.