update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user