From f9f2b13391b275a8149ca84b9ab3cc5bf188a5c8 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 10 Jan 2024 15:31:34 -0700
Subject: [PATCH] don't copy fault sections

---
 Dockerfile | 1 -
 README.md  | 2 --
 2 files changed, 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 39ec43c..f81e171 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,7 +45,6 @@ RUN mkdir /asset-output  \
 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/fault-sections /app/fault-sections
 
 EXPOSE 8080
 
diff --git a/README.md b/README.md
index 634322f..ebd2c86 100644
--- a/README.md
+++ b/README.md
@@ -73,11 +73,9 @@ can then be accessed from:
 
 ```bash
 http://localhost:PORT/nshmp/data
-http://localhost:PORT/nshmp/data/fault-sections
 
 # Example
 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.
-- 
GitLab