From 9e182b63c210cbce1b99cd0ea19befe33b1cdf50 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 21 Sep 2020 09:52:48 +0200 Subject: [PATCH] removing build & start from the nextjs docker production file --- Dockerfile.production | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index 5450607..791ee6b 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -19,8 +19,4 @@ ENV NODE_ENV=production ENV NEXT_PUBLIC_STRAPI_PUBLIC_URL= ENV NEXT_PUBLIC_STRAPI_CLUSTER_URL= -RUN npm run build - EXPOSE 3000:3000 - -CMD npm run start \ No newline at end of file