add Pymma_opts for indexer
This commit is contained in:
parent
9e537e583b
commit
35f07f2cb4
1 changed files with 3 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue