(minor) Add WMSA_IN_DOCKER to all docker files

This commit is contained in:
Viktor Lofgren 2024-02-20 15:39:46 +01:00
parent 30bdb4b4e9
commit fd5d121648

View File

@ -25,6 +25,9 @@ ADD index-construction-process.tar /dist
RUN mkdir /wmsa
# This will make the service grab the hostname from the HOSTNAME variable
ENV WMSA_IN_DOCKER true
ENTRYPOINT WMSA_HOME=/wmsa /${application.applicationName}/bin/${application.applicationName} \${arg0} \${arg1}
"""
}