Skip to content

gbouv/test-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-build

To build and exec manually:

cargo build --release
./target/release/hello_world

To build on Docker, extract binary and exec:

docker build -t gbouv/test-build:latest .
docker cp $(docker container create gbouv/test-build:latest):/app/hello_world ./
./hello_world

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published