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