mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(minor) Add WMSA_IN_DOCKER to all docker files
This commit is contained in:
parent
30bdb4b4e9
commit
fd5d121648
@ -25,6 +25,9 @@ ADD index-construction-process.tar /dist
|
|||||||
|
|
||||||
RUN mkdir /wmsa
|
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}
|
ENTRYPOINT WMSA_HOME=/wmsa /${application.applicationName}/bin/${application.applicationName} \${arg0} \${arg1}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user