Once more

This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 22:36:05 -07:00
commit 7ba16af7dc
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,6 @@
node_modules
dist
data/
.git
.gitignore
*.md

View file

@ -19,8 +19,6 @@ COPY src/ ./src/
COPY components/ ./components/
COPY hooks/ ./hooks/
COPY services/ ./services/
COPY utils/ ./utils/
COPY data/ ./data/
COPY public/ ./public/
ARG VITE_API_URL