updated statist to download project from repo

This commit is contained in:
2021-03-26 02:26:30 +01:00
parent 1d8d30a8ab
commit 1e253595f4
8 changed files with 2 additions and 297 deletions

View File

@@ -1,7 +1,7 @@
FROM centos:7
RUN yum update -y && yum clean all
RUN yum update -y && yum install git -y && yum clean all
RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash - && yum install -y nodejs
COPY statist /statist
RUN git clone https://xgiovio@bitbucket.org/xgiovio/statist.git
COPY docker-entrypoint.sh /
WORKDIR /statist
ENTRYPOINT ["/docker-entrypoint.sh"]