From b0bfba440464f8fc7c31609c202e01416a41702d Mon Sep 17 00:00:00 2001 From: Towfiq Date: Tue, 20 Dec 2022 21:55:57 +0600 Subject: [PATCH] fix: Fixes Docker Deployment failure after the SC integration. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5949e81..567758e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/cron.js ./ COPY --from=builder --chown=nextjs:nodejs /app/email ./email RUN rm package.json RUN npm init -y -RUN npm i cryptr dotenv node-cron +RUN npm i cryptr dotenv node-cron @googleapis/searchconsole RUN npm i -g concurrently USER nextjs