This commit is contained in:
Simon 2026-01-23 00:23:45 +07:00
parent 0986406ceb
commit 97dee15b98
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# multi stage to build tube archivist
# build python wheel, download and extract ffmpeg, copy into final image
FROM node:lts-alpine AS npm-builder
FROM node:22.12.0-alpine AS npm-builder
COPY frontend/package.json frontend/package-lock.json /
RUN npm i
FROM node:lts-alpine AS node-builder
FROM node:22.12.0-alpine AS node-builder
# RUN npm config set registry https://registry.npmjs.org/

1
frontend/.nvmrc Normal file
View File

@ -0,0 +1 @@
22.12.0