diff --git a/Dockerfile b/Dockerfile index 68bd2f1..c606aa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:carbon +FROM node:lts WORKDIR /app CMD ["npm","start"]