From 05c3f695da32efc506b56ddee7b2a91bbfc9173a Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 20 Apr 2022 17:52:42 -0600 Subject: [PATCH] add build args --- Dockerfile | 2 +- ws.Dockerfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8f845dbb..7a5ba31d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ WORKDIR /app COPY . . -RUN ./gradlew assemble && cat src/main/resources/* +RUN ./gradlew assemble #### # Application image: Run jar file. diff --git a/ws.Dockerfile b/ws.Dockerfile index 4d1e9f44b..cae23f1bb 100644 --- a/ws.Dockerfile +++ b/ws.Dockerfile @@ -27,6 +27,8 @@ ARG builder_workdir # Remove once nshmp-lib is public ARG GITLAB_TOKEN=null ARG CI_JOB_TOKEN=null +ARG CI_PROJECT_URL=null +ARG CI_COMMIT_BRANCH=null WORKDIR /app -- GitLab