Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-ws
Commits
f9f2b133
Commit
f9f2b133
authored
1 year ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
don't copy fault sections
parent
fac49d12
No related branches found
No related tags found
1 merge request
!219
Cleanup
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-1
0 additions, 1 deletion
Dockerfile
README.md
+0
-2
0 additions, 2 deletions
README.md
with
0 additions
and
3 deletions
Dockerfile
+
0
−
1
View file @
f9f2b133
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
0
−
2
View file @
f9f2b133
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment