diff Dockerfile @ 9:9e94454560de

some vite cleanup and a test of the ingest/ page
author drewp@bigasterisk.com
date Sat, 15 Apr 2023 15:18:18 -0700
parents ccfea3625cf6
children 9b43b7596633
line wrap: on
line diff
--- a/Dockerfile	Sun Apr 09 19:37:05 2023 -0700
+++ b/Dockerfile	Sat Apr 15 15:18:18 2023 -0700
@@ -25,7 +25,7 @@
 COPY package.json pnpm-lock.yaml ./
 RUN pnpm install
 
-COPY index.html vite.config.ts serve-files.js ./
+COPY vite.config.ts serve-files.js ./
 COPY src/ ./src/
 
 COPY video.py video_service.py ./