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 d946fb8
Show file tree
Hide file tree
Showing 2 changed files 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 metrics/app.json /app/app.json

# finally, tag with build information. These will change regularly, therefore
# we do them as the last action.
Expand Down
File renamed without changes.

0 comments on commit d946fb8

Please sign in to comment.