update
This commit is contained in:
@@ -9,6 +9,7 @@ WORKDIR /app/frontend
|
||||
# Build frontend
|
||||
RUN wasm-pack build --target web --out-name wasm --out-dir ../backend/static
|
||||
RUN cp index.html ../backend/static/index.html
|
||||
RUN cp favicon.svg ../backend/static/favicon.svg
|
||||
|
||||
# Build Backend
|
||||
FROM rust:latest AS backend-builder
|
||||
|
||||
Reference in New Issue
Block a user