Skip to content

kogeletey/makers-container

 
 

Repository files navigation

docker-cargo-make

Dead simple image which houses cargo-make. Any and all issues involving cargo-make should be redirected to their repo. Any issues with this docker container should be logged here.

Usage

Dockerfile

FROM rust:1.56 as builder
WORKDIR /data/odin
COPY . .
COPY --from=cargo-make /usr/local/bin/cargo-make /usr/local/cargo/bin
RUN /usr/local/cargo/bin/cargo make build

For an example of this in an existing project, click here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages

  • Dockerfile 100.0%