From fdbcb08fd4a6542a25071d9dd100bad97e3ed518 Mon Sep 17 00:00:00 2001 From: Stanislaw <62724833+BoberITman@users.noreply.github.com> Date: Mon, 20 Jun 2022 23:10:02 +0200 Subject: [PATCH] last hotfix part 2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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