Skip to content

Commit 3fc6fa9

Browse files
committed
revert all docker changes in docker file
1 parent f765998 commit 3fc6fa9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/cubejs-docker/dev.Dockerfile

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

@@ -42,7 +41,6 @@ COPY packages/cubejs-base-driver/package.json packages/cubejs-base-driver/packag
4241
COPY packages/cubejs-backend-native/package.json packages/cubejs-backend-native/package.json
4342
COPY packages/cubejs-testing-shared/package.json packages/cubejs-testing-shared/package.json
4443
COPY packages/cubejs-backend-cloud/package.json packages/cubejs-backend-cloud/package.json
45-
COPY packages/cubejs-backend-maven/package.json packages/cubejs-backend-maven/package.json
4644
COPY packages/cubejs-api-gateway/package.json packages/cubejs-api-gateway/package.json
4745
COPY packages/cubejs-athena-driver/package.json packages/cubejs-athena-driver/package.json
4846
COPY packages/cubejs-bigquery-driver/package.json packages/cubejs-bigquery-driver/package.json
@@ -120,7 +118,6 @@ COPY packages/cubejs-base-driver/ packages/cubejs-base-driver/
120118
COPY packages/cubejs-backend-native/ packages/cubejs-backend-native/
121119
COPY packages/cubejs-testing-shared/ packages/cubejs-testing-shared/
122120
COPY packages/cubejs-backend-cloud/ packages/cubejs-backend-cloud/
123-
COPY packages/cubejs-backend-maven/ packages/cubejs-backend-maven/
124121
COPY packages/cubejs-api-gateway/ packages/cubejs-api-gateway/
125122
COPY packages/cubejs-athena-driver/ packages/cubejs-athena-driver/
126123
COPY packages/cubejs-bigquery-driver/ packages/cubejs-bigquery-driver/
@@ -169,8 +166,7 @@ COPY packages/cubejs-client-ngx/ packages/cubejs-client-ngx/
169166
COPY packages/cubejs-client-ws-transport/ packages/cubejs-client-ws-transport/
170167
COPY packages/cubejs-playground/ packages/cubejs-playground/
171168

172-
RUN yarn run build
173-
RUN yarn run tsc
169+
RUN yarn build
174170
RUN yarn lerna run build
175171

176172
RUN find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +

0 commit comments

Comments
 (0)