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