We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db884da commit 24565dfCopy full SHA for 24565df
Dockerfile
@@ -9,6 +9,10 @@ RUN yarn install
9
10
COPY . /app
11
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
+
16
RUN yarn run build
17
18
# There are build issues on the Node 20 version. Jump to 20 when the bug will be fixed.
0 commit comments