Skip to content

Commit 24565df

Browse files
committed
build: apply patch
1 parent db884da commit 24565df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ RUN yarn install
99

1010
COPY . /app
1111

12+
# todo remove after merge https://github.com/vitejs/vite-plugin-vue/pull/320
13+
RUN apk add --no-cache patch
14+
RUN patch -p1 -i /app/patches/@vitejs+plugin-vue+5.0.0.patch
15+
1216
RUN yarn run build
1317

1418
# There are build issues on the Node 20 version. Jump to 20 when the bug will be fixed.

0 commit comments

Comments
 (0)