Skip to content

Commit 733b41f

Browse files
Merge pull request #235 from code0-tech/pyxis/update/sculptor
Update sculptor version to e392b178016
2 parents 30294c2 + 669495b commit 733b41f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

versions/sculptor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5cd6432f166b416449b5eed50005e4fe703b6913
1+
e392b178016991ca1065cc7e789a7d902fbc41da

0 commit comments

Comments
 (0)