This commit is contained in:
2025-11-27 22:18:39 +01:00
parent 70da537ade
commit d9339eb53f

View File

@@ -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