fix: Fixes Docker Deployment failure after the SC integration.

This commit is contained in:
Towfiq
2022-12-20 21:55:57 +06:00
parent b740ef337b
commit b0bfba4404

View File

@@ -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