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 cb7371d commit 686b402Copy full SHA for 686b402
Dockerfile
@@ -29,11 +29,11 @@ RUN chmod a+x /usr/local/bin/*
29
RUN apk --no-cache add curl
30
RUN apk --no-cache add jq
31
COPY start.sh /
32
-COPY mailing/* /mailing
33
-RUN apk add --no-cache nodejs-current --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community"
+COPY mailing/* /mailing/
+RUN apk add --no-cache nodejs nodejs-npm
34
RUN npm install -g yarn && npm install -g typescript && npm install -g ts-node
35
RUN cd /mailing && yarn
36
-RUN ts-node ./sendMails.ts
+#RUN ts-node /mailing/sendMails.ts
37
38
# Add support for OTP authentication using a PAM module
39
ADD ./otp/openvpn /etc/pam.d/
0 commit comments