diff --git a/Dockerfile b/Dockerfile index dead45c..c88fc65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY package*.json /usr/src/app/ # RUN npm install --force RUN npm install -g npm@latest -RUN npm install next --legacy-peer-deps +RUN npm install # Copying source files COPY . /usr/src/app