update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FROM rust:latest as frontend-builder
|
FROM rust:latest as frontend-builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY frontend ./frontend
|
COPY frontend ./frontend
|
||||||
COPY backend/static ./backend/static
|
COPY backend ./backend
|
||||||
# Install wasm-pack
|
# Install wasm-pack
|
||||||
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user