diff --git a/Dockerfile b/Dockerfile index 4e7ba44..12049a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ -FROM alpine -RUN apk add --update nodejs npm - +FROM node:latest as build WORKDIR /app COPY ./ /app RUN npm install