aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-08 02:49:10 +0900
committernsfisis <nsfisis@gmail.com>2025-12-08 02:49:10 +0900
commit13ca7e7276b1fe3717af2d23c9a1d905cc22bc08 (patch)
tree67b1ad0b9cb624261a571dd5b774b4c50e053c31
parent1215a3bec7ad9ecd8888a38d90e688fece43097e (diff)
downloadkioku-13ca7e7276b1fe3717af2d23c9a1d905cc22bc08.tar.gz
kioku-13ca7e7276b1fe3717af2d23c9a1d905cc22bc08.tar.zst
kioku-13ca7e7276b1fe3717af2d23c9a1d905cc22bc08.zip
fix(client): public/ files not served
-rw-r--r--docker/client/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile
index 423f016..dbdd39d 100644
--- a/docker/client/Dockerfile
+++ b/docker/client/Dockerfile
@@ -18,6 +18,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
# Copy source files needed for client build
COPY tsconfig.json vite.config.ts index.html ./
COPY src/client ./src/client
+COPY public ./public
# Build the client
RUN pnpm build:client