Skip to content

Commit 669495b

Browse files
committed
Add missing files for sculptor build in Dockerfile
1 parent 9e3f981 commit 669495b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

container/sculptor/Dockerfile.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ FROM ghcr.io/code0-tech/reticulum/ci-builds/node:$RETICULUM_IMAGE_TAG
55
WORKDIR /sculptor
66

77
COPY 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

1617
COPY projects/sculptor/src/app src/app
1718
COPY projects/sculptor/src/packages/ce src/packages/ce
19+
COPY projects/sculptor/src/packages/core src/packages/core
1820

1921
<% if ee? || cloud? %>
2022
COPY projects/sculptor/src/packages/ee src/packages/ee

0 commit comments

Comments
 (0)