batman
This commit is contained in:
5
frontend/Dockerfile
Normal file
5
frontend/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM rust:slim
|
||||
RUN rustup default nightly
|
||||
RUN rustup target add wasm32-unknown-unknown
|
||||
RUN cargo install trunk
|
||||
CMD [ "trunk", "watch" ]
|
Reference in New Issue
Block a user