···11-# This file is generated by Dofigen v2.3.2
11+# This file is generated by Dofigen v2.2.0
22# See https://github.com/lenra-io/dofigen
3344node_modules
+3-2
apps/server/Dockerfile
···11-# syntax=docker/dockerfile:1.11
22-# This file is generated by Dofigen v2.3.2
11+# syntax=docker/dockerfile:1.7
22+# This file is generated by Dofigen v2.2.0
33# See https://github.com/lenra-io/dofigen
4455# install
···1818 --mount=type=bind,target=packages/utils/package.json,source=packages/utils/package.json \
1919 --mount=type=bind,target=packages/tsconfig/package.json,source=packages/tsconfig/package.json \
2020 --mount=type=bind,target=packages/assertions/package.json,source=packages/assertions/package.json \
2121+ --mount=type=bind,target=packages/regions/package.json,source=packages/regions/package.json \
2122 --mount=type=cache,target=/root/.bun/install/cache,sharing=locked \
2223 bun install --production --ignore-scripts --frozen-lockfile --verbose
2324