modified files

Este commit está contenido en:
Your Name
2020-08-02 23:08:26 +00:00
padre abd18a4a22
commit 5a526d0f89
Se han modificado 66 ficheros con 277 adiciones y 4090 borrados

Ver fichero

@@ -1,7 +1,8 @@
FROM node:8-slim
RUN apt update && apt -y install git python make sudo
FROM node:10-slim
RUN apt update && apt -y install git python build-essential
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
USER node
RUN npm i
RUN npm run bowerdeps