Skip to content

Commit

Permalink
fix: Fixes Docker Deployment failure after the SC integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
towfiqi committed Dec 20, 2022
1 parent b740ef3 commit b0bfba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0bfba4

Please sign in to comment.