Skip to content
Snippets Groups Projects
Commit a0f43bd2 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add basin url

parent 837883bd
No related branches found
No related tags found
1 merge request!503Docker and Web Services
...@@ -54,6 +54,7 @@ ARG project ...@@ -54,6 +54,7 @@ ARG project
ENV PROJECT ${project} ENV PROJECT ${project}
ENV CONTEXT_PATH "/" ENV CONTEXT_PATH "/"
ENV BASIN_SERVICE_URL "https://staging-earthquake.usgs.gov/nshmp/ws/data/basin"
WORKDIR /app WORKDIR /app
...@@ -65,4 +66,5 @@ EXPOSE 8080 ...@@ -65,4 +66,5 @@ EXPOSE 8080
ENTRYPOINT java -jar "${PROJECT}.jar" \ ENTRYPOINT java -jar "${PROJECT}.jar" \
"-Dmicronaut.server.context-path=${CONTEXT_PATH}" \ "-Dmicronaut.server.context-path=${CONTEXT_PATH}" \
--basin-service-url="${BASIN_SERVICE_URL}" \
--models="/models"; --models="/models";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment