diff Dockerfile @ 13:deb0c25655eb

cleanup, add FdClock and Countdown
author drewp@bigasterisk.com
date Thu, 06 Jun 2024 16:39:51 -0700
parents 33178e5e356e
children
line wrap: on
line diff
--- a/Dockerfile	Thu Jun 06 14:49:34 2024 -0700
+++ b/Dockerfile	Thu Jun 06 16:39:51 2024 -0700
@@ -5,5 +5,5 @@
 COPY package.json ./
 RUN pnpm install --loglevel debug
 
-COPY index.html tsconfig.json vite.config.ts ./
+COPY tsconfig.json vite.config.ts ./
 COPY src ./src