From d9339eb53f16953de9159a9a2b8c9a9eb508f9e7 Mon Sep 17 00:00:00 2001 From: Dongho Kim Date: Thu, 27 Nov 2025 22:18:39 +0100 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2a4499..c8e5081 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM rust:latest as frontend-builder WORKDIR /app COPY frontend ./frontend -COPY backend/static ./backend/static +COPY backend ./backend # Install wasm-pack RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh WORKDIR /app/frontend