fix: build with public folder

This commit is contained in:
2026-07-14 17:32:18 +02:00
parent c7a52ce300
commit 1b972ad65b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ COPY *.json bun.lock ./
RUN bun ci
COPY *.ts index.html ./
COPY public ./public
COPY resources ./resources
RUN bun run build