14 lines
267 B
YAML
14 lines
267 B
YAML
services:
|
|
rust:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: rust
|
|
#tty: true
|
|
environment:
|
|
- EDITOR: /usr/bin/hx
|
|
- HOME: /root
|
|
- SHELL: /bin/bash
|
|
volumes:
|
|
- ./root:/root:rw
|
|
|