Skip to content

Commit 700cb85

Browse files
committed
add database package to the docker image
1 parent 6f0455e commit 700cb85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
1212
--mount=type=bind,source=packages/annuaire_entreprises/package.json,target=packages/annuaire_entreprises/package.json \
1313
--mount=type=bind,source=packages/core/package.json,target=packages/core/package.json \
1414
--mount=type=bind,source=packages/crisp/package.json,target=packages/crisp/package.json \
15+
--mount=type=bind,source=packages/database/package.json,target=packages/database/package.json \
1516
--mount=type=bind,source=packages/debounce/package.json,target=packages/debounce/package.json \
1617
--mount=type=bind,source=packages/devtools/typescript/package.json,target=packages/devtools/typescript/package.json \
1718
--mount=type=bind,source=packages/email/package.json,target=packages/email/package.json \
@@ -29,6 +30,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
2930
--mount=type=bind,source=packages/annuaire_entreprises/package.json,target=packages/annuaire_entreprises/package.json \
3031
--mount=type=bind,source=packages/core/package.json,target=packages/core/package.json \
3132
--mount=type=bind,source=packages/crisp/package.json,target=packages/crisp/package.json \
33+
--mount=type=bind,source=packages/database/package.json,target=packages/database/package.json \
3234
--mount=type=bind,source=packages/debounce/package.json,target=packages/debounce/package.json \
3335
--mount=type=bind,source=packages/devtools/typescript/package.json,target=packages/devtools/typescript/package.json \
3436
--mount=type=bind,source=packages/email/package.json,target=packages/email/package.json \

packages/database/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"declaration": true,
44
"declarationMap": true,
55
"outDir": "./dist",
6-
"rootDir": "src",
76
"types": ["node"]
87
},
98
"extends": "@proconnect-gouv/proconnect.devtools.typescript/base/tsconfig.json",

0 commit comments

Comments
 (0)