[docker] Adds prom.js to docker image

This commit is contained in:
Nemo 2018-07-01 03:56:22 +05:30
parent cf71c6df35
commit 18409460eb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.schema-version="1.0.0-rc1"
COPY index.js server.js /app/
COPY index.js server.js prom.js *.md /app/
ENTRYPOINT ["/usr/local/bin/node", "server.js"]