hyperjumptech / monika

Monika is a command line application to monitor every part of your web app using a simple YAML configuration file. Get alert not only when your site is down but also when it's slow.
https://monika.hyperjump.tech
MIT License
599 stars 66 forks source link

Docker build fails on local machine #1301

Closed sapiderman closed 3 months ago

sapiderman commented 3 months ago

Describe the bug The Docker build process seems to be broken.

To Reproduce Steps to reproduce the behavior:

  1. Clone the project
  2. Issue a npm run build -w --packages/notification/ to build dependencies packages
  3. Issue a npm ci to pull dependencies
  4. Issue a make docker at the project root

Expected behavior Docker build is expected to run until completed.

Screenshots image

Desktop (please complete the following information):

Note:

  1. Not seeing the error in the docker build pipeline
dennypradipta commented 3 months ago

This will be marked as close as this problem was solved by #1304