File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ FROM ghcr.io/code0-tech/reticulum/ci-builds/node:$RETICULUM_IMAGE_TAG
55WORKDIR /sculptor
66
77COPY projects/sculptor/edition.mjs \
8+ projects/sculptor/graphql-imports.d.ts \
89 projects/sculptor/next.config.ts \
910 projects/sculptor/package-lock.json \
1011 projects/sculptor/package.json \
@@ -15,6 +16,7 @@ RUN npm ci
1516
1617COPY projects/sculptor/src/app src/app
1718COPY projects/sculptor/src/packages/ce src/packages/ce
19+ COPY projects/sculptor/src/packages/core src/packages/core
1820
1921<% if ee? || cloud? %>
2022COPY projects/sculptor/src/packages/ee src/packages/ee
Original file line number Diff line number Diff line change 1- 5cd6432f166b416449b5eed50005e4fe703b6913
1+ e392b178016991ca1065cc7e789a7d902fbc41da
You can’t perform that action at this time.
0 commit comments