From 8b9ca089b177c80045bca864f9cd2cfcd7ef7298 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Thu, 19 May 2022 10:25:48 -0600 Subject: [PATCH] Remove gitlab token reference --- Dockerfile | 4 +--- README.md | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8fb4c5..19ddbde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ #### # Build locally: -# docker build -# --build-arg gitlab_token=<token> -# -t nshmp-ws-static . +# docker build -t nshmp-ws-static . #### ARG BUILD_IMAGE=usgs/amazoncorretto:11 diff --git a/README.md b/README.md index 87adcf8..2ac8c71 100644 --- a/README.md +++ b/README.md @@ -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: ```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) -- GitLab