From 0c80e64344bcc09bc99128e5b5022225986b3730 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 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index f7b0eb80..74e1b367 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 app.json /app/app.json # finally, tag with build information. These will change regularly, therefore # we do them as the last action.