comparison Dockerfile @ 6:ccfea3625cf6

render thumbs and display them (no video player at all atm)
author drewp@bigasterisk.com
date Sun, 09 Apr 2023 18:02:25 -0700
parents ee55ed10faec
children 9e94454560de
comparison
equal deleted inserted replaced
5:75b54be050bc 6:ccfea3625cf6
15 pnpm add -g pnpm 15 pnpm add -g pnpm
16 16
17 RUN pnpm set registry "https://bigasterisk.com/js/" 17 RUN pnpm set registry "https://bigasterisk.com/js/"
18 WORKDIR /opt 18 WORKDIR /opt
19 19
20 RUN apt update && apt-get install -y git 20 RUN apt update && apt-get install -y git ffmpegthumbnailer
21 21
22 COPY pyproject.toml pdm.lock ./ 22 COPY pyproject.toml pdm.lock ./
23 RUN pdm sync 23 RUN pdm sync
24 24
25 COPY package.json pnpm-lock.yaml ./ 25 COPY package.json pnpm-lock.yaml ./