Replaced andris9 with Mailtrain-org

This commit is contained in:
Andris Reinman 2017-03-23 15:47:00 +02:00
parent 2dd21c11c0
commit 47705c212d
6 changed files with 18 additions and 18 deletions

View file

@ -1,7 +1,7 @@
FROM centos
RUN curl --silent --location https://rpm.nodesource.com/setup_7.x | bash -
RUN yum install -y git make gcc nodejs ImageMagick && yum clean all
RUN git clone git://github.com/andris9/mailtrain.git /app
RUN git clone git://github.com/Mailtrain-org/mailtrain.git /app
WORKDIR /app/
ENV NODE_ENV production
RUN npm install --no-progress --production && npm install --no-progress passport-ldapjs