Skip to content

Commit aff04e1

Browse files
committed
docker: force install lightningcss
1 parent 9d7d85c commit aff04e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN chown node:node /zeppelin
66
USER node
77

88
# Install dependencies before copying over any other files
9-
COPY --chown=node:node package.json package-lock.json /zeppelin
9+
COPY --chown=node:node package.json package-lock.json /zeppelin/
1010
RUN mkdir /zeppelin/backend
1111
COPY --chown=node:node backend/package.json /zeppelin/backend
1212
RUN mkdir /zeppelin/shared
@@ -17,6 +17,7 @@ COPY --chown=node:node dashboard/package.json /zeppelin/dashboard
1717
WORKDIR /zeppelin
1818
RUN npm ci
1919
RUN npm install @rollup/rollup-linux-arm64-gnu
20+
RUN npm install @parcel/lightningcss-linux-arm64-gnu
2021

2122
COPY --chown=node:node . /zeppelin
2223

0 commit comments

Comments
 (0)