Files
docker-compose-hatthieves/production/haraka-wildduck/webmail/Dockerfile
Your Name 52d607ee8e modified
2020-07-03 11:49:11 +00:00

8 líneas
248 B
Docker

FROM node:8-slim
RUN apt update && apt -y install git python make sudo
RUN git clone https://github.com/nodemailer/wildduck-webmail /webmail
RUN chown node.node -R /webmail
WORKDIR /webmail
RUN sudo -u node npm i
RUN sudo -u node npm run bowerdeps