diff --git a/Dockerfile b/Dockerfile index b75759a..bdb0e90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.sequelizerc ./.sequelizerc COPY --from=builder --chown=nextjs:nodejs /app/entrypoint.sh ./entrypoint.sh RUN rm package.json RUN npm init -y -RUN npm i cryptr dotenv croner @googleapis/searchconsole sequelize-cli +RUN npm i cryptr dotenv croner @googleapis/searchconsole sequelize-cli @isaacs/ttlcache RUN npm i -g concurrently USER nextjs