Skip to content

Commit 7b10375

Browse files
committed
migrate to node:alpine container
1 parent 029641b commit 7b10375

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Original credit: https://github.com/jpetazzo/dockvpn
22

33
# Smallest base image
4-
FROM alpine:3.7
5-
6-
LABEL maintainer="Kyle Manna <[email protected]>"
4+
FROM node:current-alpine3.13
75

86
# Testing: pamtester
97
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
@@ -30,7 +28,6 @@ RUN apk --no-cache add curl
3028
RUN apk --no-cache add jq
3129
COPY start.sh /
3230
COPY mailing/* /mailing/
33-
RUN apk add --no-cache nodejs nodejs-npm
3431
RUN npm install -g yarn
3532
RUN cd /mailing && yarn
3633
#RUN ts-node /mailing/sendMails.ts

0 commit comments

Comments
 (0)