Skip to content

Commit

Permalink
fix: Resolves keyword loading issue in Docker instances.
Browse files Browse the repository at this point in the history
closes #178
  • Loading branch information
towfiqi committed Mar 6, 2024
1 parent ec3cc9e commit 4a87d22
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 @@ -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
Expand Down

0 comments on commit 4a87d22

Please sign in to comment.