Buid and package EmbedPDF.js using Github workflow

This commit is contained in:
EmeraldPi
2025-12-14 19:02:53 -05:00
parent 438ae4466f
commit d07d12a975
8 changed files with 2800 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ ARG BASE_URL=
FROM node:20-alpine AS builder
WORKDIR /app
COPY package*.json ./
COPY vendor ./vendor
RUN npm ci
COPY . .