* Update Dockerfile
Config corepack and pnpm
* Update Dockerfile
Try using this approach: https://github.com/pnpm/pnpm/issues/9029#issuecomment-2631400936
* Add ulimits command to docker compose
* Remove ulimit from entrypoint
* Add ulimit back to docker-entrypoint.sh
This implements the proposed approach to not fail when the ulimit command can't run due to the environment
* Resolve signature mismatch
Resolves issue encountered when using docker compose up on a clean environment on an intel mac. This just adds the clean command to avoid leveraging any cached data before updating apt-get and installing ca-certificates
---------
Co-authored-by: Nick Roth <nroth@dealnews.com>
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com>