We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249192a commit 142bec6Copy full SHA for 142bec6
.dockerignore
@@ -1,6 +1,7 @@
1
**
2
!package.json
3
!tsconfig.base.json
4
+!tsconfig.json
5
!rollup.config.js
6
!yarn.lock
7
!lerna.json
packages/cubejs-docker/dev.Dockerfile
@@ -29,6 +29,7 @@ COPY package.json .
29
COPY lerna.json .
30
COPY yarn.lock .
31
COPY tsconfig.base.json .
32
+COPY tsconfig.json .
33
COPY rollup.config.js .
34
COPY packages/cubejs-linter packages/cubejs-linter
35
0 commit comments