added loki, prometheus, promtail, statist
This commit is contained in:
8
statist/Dockerfile
Normal file
8
statist/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM centos:7
|
||||
RUN yum update -y && yum clean all
|
||||
RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash - && yum install -y nodejs
|
||||
COPY statist /statist
|
||||
COPY docker-entrypoint.sh /
|
||||
WORKDIR /statist
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["node","index.js"]
|
||||
Reference in New Issue
Block a user