Skip to content

Commit

Permalink
Fix missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Apr 30, 2024
1 parent 2015f7a commit f0c5140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY ./server/target/ogcapi-java-server-*-exec.jar app.jar
ENTRYPOINT [\
"java",\
"-Delasticsearch.index.name=${INDEX_NAME}",\
"-Delasticsearch.search_as_you_type.category_suggest.index_name=${CATEGORY_INDEX_NAME}",\
"-Dapi.host=${HOST}:${PORT}",\
"-Dserver.port=${PORT}",\
"-Delasticsearch.serverUrl=${ELASTIC_URL}",\
Expand Down

0 comments on commit f0c5140

Please sign in to comment.