Skip to content

Commit f51126f

Browse files
authored
[PRM-520] September 25 package updates (#774)
1 parent 2702618 commit f51126f

File tree

4 files changed

+1683
-1962
lines changed

4 files changed

+1683
-1962
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ package: format zip
131131

132132
install:
133133
npm --prefix ./app install --legacy-peer-deps
134-
mv ./app/node_modules/pdfjs-dist/build/pdf.worker.min.mjs ./app/public/
134+
cp ./app/node_modules/pdfjs-dist/build/pdf.worker.min.mjs ./app/public/
135135

136136
clean-install:
137137
npm --prefix ./app ci --legacy-peer-deps

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY package-lock.json ./
88
COPY ./ ./
99

1010
RUN npm install --legacy-peer-deps
11-
RUN mv ./node_modules/pdfjs-dist/build/pdf.worker.min.mjs ./public/
11+
RUN cp ./node_modules/pdfjs-dist/build/pdf.worker.min.mjs ./public/
1212
RUN mkdir -p ./public/pdfjs
1313
RUN wget https://github.com/mozilla/pdf.js/releases/download/v4.10.38/pdfjs-4.10.38-dist.zip -O ./public/pdfjs/pdfjs.zip
1414
RUN unzip -o -d ./public/pdfjs ./public/pdfjs/pdfjs.zip

0 commit comments

Comments
 (0)