Update Dockerfile

This commit is contained in:
Vincenzo Chianese 2020-01-27 15:48:16 +01:00 committed by GitHub
parent fb206a0bb2
commit 752fa25354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]