Mercurial > code > home > repos > video
diff Dockerfile @ 49:1bd17c2e5517 default tip
video.py must sign video urls for serve-files.js to serve them
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2024 17:13:51 -0800 |
parents | 27a754f8e8f8 |
children |
line wrap: on
line diff
--- a/Dockerfile Fri Dec 06 14:20:11 2024 -0800 +++ b/Dockerfile Fri Dec 06 17:13:51 2024 -0800 @@ -10,7 +10,8 @@ COPY package.json pnpm-lock.yaml ./ RUN pnpm install -COPY vite.config.ts serve-files.js ./ +COPY vite.config.ts ./ COPY src/ ./src/ +COPY serve-files.js signature_decode.mjs ./ COPY *.py ./