usdpl-decky-plugin-template/backend/Dockerfile

6 lines
208 B
Docker

FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest
# for building Rust wasm frontend
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
ENTRYPOINT [ "/backend/entrypoint.sh" ]