Skip to content

Commit

Permalink
Merge pull request #22 from pgier/dockerfile-cleanup
Browse files Browse the repository at this point in the history
Dockerfile cleanup
  • Loading branch information
openshift-merge-robot authored Jan 24, 2019
2 parents c625acf + 7eb1768 commit 41e87f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ RUN mkdir -p /prometheus && \

USER nobody
EXPOSE 9090
WORKDIR /etc/prometheus
WORKDIR /prometheus
ENTRYPOINT [ "/bin/prometheus" ]
CMD [ "--config.file=/etc/prometheus/prometheus.yml", \
"--storage.tsdb.path=/prometheus", \
"--web.console.libraries=/usr/share/prometheus/console_libraries", \
"--web.console.templates=/usr/share/prometheus/consoles" ]
23 changes: 0 additions & 23 deletions Dockerfile.rhel7

This file was deleted.

0 comments on commit 41e87f1

Please sign in to comment.