Initial commit.
This commit is contained in:
commit
ca6cf09c6a
3 changed files with 30 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
rust:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: rust
|
||||
#tty: true
|
||||
#environment:
|
||||
# - CARGO_TARGET_DIR
|
||||
Loading…
Add table
Add a link
Reference in a new issue