diff --git a/Dockerfile b/Dockerfile index 39ec43c0dc993db61b0f3cd2d0e600dd9a48e107..f81e1710bd495c1b6c82ca592cb956a0cf4b8cbb 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 634322ffc92bd2a6f4a0c411cddb18ac92123436..ebd2c868e231e14c44196a790e6958efdc8fa02f 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.