Skip to content

Commit

Permalink
empty java
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 17, 2024
1 parent 78b1510 commit 04afe5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions search/enterprise/metadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM quay.io/alfresco/alfresco-base-java:jre17-rockylinux9

ENV PORT=8080
EXPOSE 8080
ENV JAVA_OPTS=""

ADD search/enterprise/metadata/*-app.jar /opt/app.jar

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

0 comments on commit 04afe5d

Please sign in to comment.