Skip to content

Commit

Permalink
update dockerfile to add example json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric BLOMART committed Mar 8, 2019
1 parent 2d83b68 commit 964b9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifi
# copy vsphere-graphite
COPY ./releases/$os/$arch/vsphere-graphite /vsphere-graphite
# copy config
COPY ./vsphere-graphite.json /etc/vsphere-graphite.json
COPY ./vsphere-graphite-example.json /etc/vsphere-graphite.json
# run as vpshere-graphite-user
USER vsphere-graphite-user
# use /etc as volume for configuration
Expand Down

0 comments on commit 964b9d1

Please sign in to comment.