You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
505 B

version: "3.4"
services:
deb-rust-rocket:
container_name: "deb-rust-rocket"
command: cargo watch -x 'run --bin rocket-3d'
build:
dockerfile: Dockerfile
context: ../build/deb-rust
cache_from:
- rustlang/rust:nightly
networks:
- library-network
tty: true
wq
volumes:
- type: bind
source: ./
target: /usr/src
ports:
- "5000:5000"