Merge pull request #15 from XVincentX/patch-1

Use official node image
This commit is contained in:
Gaurav Nelson 2020-02-10 10:38:43 +10:00 committed by GitHub
commit 3ff8996a53

View File

@ -1,5 +1,4 @@
FROM alpine:3.8
RUN apk add --no-cache bash nodejs npm
FROM node:alpine
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]