diff --git a/Dockerfile b/Dockerfile index a80f1a7..cc3b91b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . -npm install --force +RUN npm install --force ENV PORT=3000 EXPOSE 3000