10000 GitHub - mbround18/docker-cargo-make: Bundle Cargo & Cargo Make into a docker file for easy CI use or to use in dockerfiles.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mbround18/docker-cargo-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.63 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

Bundle Cargo & Cargo Make into a docker file for easy CI use or to use in dockerfiles.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors 4

  •  
  •  
  •  
  •  
0