Skip to content

Commit

Permalink
copy app.json into the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Dec 5, 2023
1 parent 1181696 commit 0c80e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c80e64

Please sign in to comment.