diff --git a/Dockerfile b/Dockerfile index ef59926..d60cf98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:14-alpine COPY . /usr/src/app WORKDIR /usr/src/app RUN npm install --no-cache