From d946fb8114d439857fc0727a88ef8de0a947b3cf Mon Sep 17 00:00:00 2001 From: George Hickman Date: Tue, 5 Dec 2023 11:34:57 +0000 Subject: [PATCH] copy app.json into the docker image --- docker/Dockerfile | 1 + app.json => metrics/app.json | 0 2 files changed, 1 insertion(+) rename app.json => metrics/app.json (100%) diff --git a/docker/Dockerfile b/docker/Dockerfile index f7b0eb80..b718b89d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -115,6 +115,7 @@ LABEL org.opencontainers.image.title="metrics" \ # copy application code COPY metrics /app/metrics +COPY metrics/app.json /app/app.json # finally, tag with build information. These will change regularly, therefore # we do them as the last action. diff --git a/app.json b/metrics/app.json similarity index 100% rename from app.json rename to metrics/app.json