Skip to content

Commit

Permalink
Missing to add env file
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Jan 17, 2025
1 parent 4166e4f commit c9ecb78
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.cloud_optimized_index.name=${CO_INDEX_NAME}",\
"-Delasticsearch.vocabs_index.name=${VOCABS_INDEX_NAME}",\
"-Dapi.host=${HOST}:${PORT}",\
"-Dserver.port=${PORT}",\
Expand Down

0 comments on commit c9ecb78

Please # to comment.