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

don't copy fault sections

parent fac49d12
No related branches found
No related tags found
1 merge request!219Cleanup
...@@ -45,7 +45,6 @@ RUN mkdir /asset-output \ ...@@ -45,7 +45,6 @@ RUN mkdir /asset-output \
USER usgs-user USER usgs-user
COPY --from=builder --chown=usgs-user:usgs-user /app/build/libs/nshmp-ws-all.jar . COPY --from=builder --chown=usgs-user:usgs-user /app/build/libs/nshmp-ws-all.jar .
COPY --from=builder --chown=usgs-user:usgs-user /app/fault-sections /app/fault-sections
EXPOSE 8080 EXPOSE 8080
......
...@@ -73,11 +73,9 @@ can then be accessed from: ...@@ -73,11 +73,9 @@ can then be accessed from:
```bash ```bash
http://localhost:PORT/nshmp/data http://localhost:PORT/nshmp/data
http://localhost:PORT/nshmp/data/fault-sections
# Example # Example
http://localhost:8080/nshmp/data http://localhost:8080/nshmp/data
http://localhost:8080/nshmp/data/fault-sections
``` ```
The `PORT` should be replaced with the same value to start the container. The `PORT` should be replaced with the same value to start the container.
......
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