copy jszip from vendor zo public

This commit is contained in:
2026-05-12 19:07:02 +02:00
parent c74f11794d
commit 824170eaea
4 changed files with 30 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ WORKDIR /opt/f0ckm
COPY . .
RUN npm i
RUN npm run copy-vendor
RUN npm run build
ENTRYPOINT ["npm", "run", "start"]