Skip to content

Commit 43def44

Browse files
committed
Fix frontend build for feature branch image build
1 parent 2ba35d5 commit 43def44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/Dockerfile_featurebranch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN yarn install --immutable
4444
# Copy all remaining sources
4545
COPY opencti-front/ ./
4646
RUN set -eux; \
47-
mkdir -p ../opencti-graphql/public \
47+
mkdir -p ../opencti-graphql/public; \
4848
yarn build
4949

5050
### Build the image

0 commit comments

Comments
 (0)