diff --git a/Dockerfile b/Dockerfile index 9988a96..c18132c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM node:23.5.0-alpine +FROM node:20-alpine + ENV PORT=4000 WORKDIR /usr/src/app