mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-02 05:43:17 +00:00
Fix docker build for datahub-frontend by adding command line arguments to run command
This commit is contained in:
parent
657a7afc9a
commit
a10f59be45
@ -18,4 +18,9 @@ RUN wget https://github.com/vishnubob/wait-for-it/blob/master/wait-for-it.sh
|
||||
EXPOSE 9001
|
||||
|
||||
CMD ["./wait-for-it.sh", "$DATAHUB_GMS_HOST:$DATAHUB_GMS_PORT"]
|
||||
CMD ["datahub-frontend/bin/playBinary"]
|
||||
|
||||
CMD ["datahub-frontend/bin/playBinary", "-Xms512m", "-Xmx1024m", "-Dhttp.port=9001", \
|
||||
"-Dconfig.file=datahub-frontend/conf/application.conf", \
|
||||
"-Djava.security.auth.login.config=datahub-frontend/conf/jaas.conf", \
|
||||
"-Dlogback.configurationFile=datahub-frontend/conf/logback.xml", \
|
||||
"-Dlogback.debug=true"]
|
Loading…
x
Reference in New Issue
Block a user