We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029641b commit 7b10375Copy full SHA for 7b10375
Dockerfile
@@ -1,9 +1,7 @@
1
# Original credit: https://github.com/jpetazzo/dockvpn
2
3
# Smallest base image
4
-FROM alpine:3.7
5
-
6
-LABEL maintainer="Kyle Manna <[email protected]>"
+FROM node:current-alpine3.13
7
8
# Testing: pamtester
9
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
@@ -30,7 +28,6 @@ RUN apk --no-cache add curl
30
28
RUN apk --no-cache add jq
31
29
COPY start.sh /
32
COPY mailing/* /mailing/
33
-RUN apk add --no-cache nodejs nodejs-npm
34
RUN npm install -g yarn
35
RUN cd /mailing && yarn
36
#RUN ts-node /mailing/sendMails.ts
0 commit comments