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

Remove gitlab token reference

parent 575d1d3c
No related branches found
No related tags found
2 merge requests!124Production Release | nshmp-ws-static,!123Resolves - Remove GITLAB_TOKEN Requirement and AASHTO-2023 web service -- add CSV response
#### ####
# Build locally: # Build locally:
# docker build # docker build -t nshmp-ws-static .
# --build-arg gitlab_token=<token>
# -t nshmp-ws-static .
#### ####
ARG BUILD_IMAGE=usgs/amazoncorretto:11 ARG BUILD_IMAGE=usgs/amazoncorretto:11
......
...@@ -74,8 +74,5 @@ docker run -e SERVICE=aashto -p 8080:8080 usgs/nshmp-ws-static:production-latest ...@@ -74,8 +74,5 @@ docker run -e SERVICE=aashto -p 8080:8080 usgs/nshmp-ws-static:production-latest
To build the Docker image locally run: To build the Docker image locally run:
```bash ```bash
docker build --build-arg GITLAB_TOKEN="{gitlab_token}" -t nshmp-ws-static . docker build -t nshmp-ws-static .
``` ```
> Replace `{gitlab_token}` with the GitLab API
> [access token](https://code.usgs.gov/-/profile/personal_access_tokens)
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