Skip to content

Commit 142bec6

Browse files
committed
trying to fix dev docker img
1 parent 249192a commit 142bec6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
**
22
!package.json
33
!tsconfig.base.json
4+
!tsconfig.json
45
!rollup.config.js
56
!yarn.lock
67
!lerna.json

packages/cubejs-docker/dev.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ COPY package.json .
2929
COPY lerna.json .
3030
COPY yarn.lock .
3131
COPY tsconfig.base.json .
32+
COPY tsconfig.json .
3233
COPY rollup.config.js .
3334
COPY packages/cubejs-linter packages/cubejs-linter
3435

0 commit comments

Comments
 (0)