Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Jul 15, 2024
1 parent 50453c6 commit efeddc2
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 @@ -5,8 +5,7 @@ EXPOSE 8080

RUN yum install -y unzip

ADD *.jar /tmp/
RUN unzip /tmp/*-app.jar -d /opt/app.jar
ADD *-app.jar /opt/app.jar

WORKDIR /opt
ENTRYPOINT exec java $JAVA_OPTS -jar app.jar

0 comments on commit efeddc2

Please sign in to comment.