Merge pull request #65 from pymma/kafka

add Pymma_opts for indexer
This commit is contained in:
Nicolas Héron 2020-07-19 16:29:38 +02:00 committed by GitHub
commit 22824d47ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,7 @@ RUN echo toto > /root/.ssh/known_hosts
RUN bash -c 'touch /app.jar'
ENTRYPOINT ["java","-Dspring.config.location=file:./","-jar","/app.jar"]
ENV JAVA_OPTS " -Dspring.config.location=file:./ "
ENTRYPOINT exec java $JAVA_OPTS $PYMMA_OPTS -jar /app.jar
#ENTRYPOINT ["java","-jar","/app.jar"]