EnAccess / micropowermanager

Open Source Management Tool for Decentralized Utilities.
https://micropowermanager.io/
MIT License
2 stars 5 forks source link

[Bug]: Speed up the `docker build` process #293

Open dmohns opened 2 months ago

dmohns commented 2 months ago

Preflight Checklist

Expected Behavior

docker build or docker compose up should be relatively quick (<5min). This is a pre-requisite for being able to run docker build on our CI to improve code quality.

Actual Behavior

docker compose up takes a long time, 10min or more depending on Network connection and CPU power.

This is probably related to PHP extension installation requiring the extensions to be compiles from scratch.

Steps to reproduce

What operating system(s) are you using?

macOS

Additional Information

No response