diff --git a/Dockerfile b/Dockerfile index 485e9f7..c737138 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM node:16.10.0 WORKDIR /app COPY ./ ./ RUN npm install -CMD ["npx","next","build"] -CMD ["npx","next","start"] +RUN npx next build +CMD npx next start