fixing timeline fonts in dev
Deploy / deploy-dev (push) Successful in 2m14s
Deploy / deploy-prod (push) Has been skipped

This commit is contained in:
Corey Blais
2026-07-01 18:16:43 -04:00
parent 35bd87b8b5
commit f627157a14
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ RUN npm ci
COPY tsconfig*.json ./
COPY vite.config.ts ./
COPY index.html ./
COPY public ./public
COPY src ./src
RUN npm run build