diff --git a/books/Dockerfile b/books/Dockerfile index 2d270bf..5f86db3 100644 --- a/books/Dockerfile +++ b/books/Dockerfile @@ -1,4 +1,4 @@ -FROM node:latest +FROM mhart/alpine-node:10 COPY . /src @@ -8,4 +8,4 @@ RUN npm install --production EXPOSE 3000 -CMD npm start \ No newline at end of file +CMD npm start