updated statist to download project from repo
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user