excuse-scripts/Dockerfiles/nodejs/Dockerfile.kumar_asshole

14 lines
300 B
Docker

FROM node:lts-alpine3.12
LABEL author="fazenda"
LABEL project="hacker-scripts-kumar-asshole"
ENV KUMAR_EMAIL="kumar.asshole@example.com"
ENV GMAIL_USERNAME=""
ENV GMAIL_PASSWORD=""
RUN [ "npm", "install", "nodemailer", "imap" ]
COPY kumar_asshole.js .
ENTRYPOINT [ "node", "./kumar_asshole.js" ]