Files
boring-lang/docker-compose.yml

13 lines
187 B
YAML
Raw Normal View History

version: "3"
services:
boring:
build: .
volumes:
- .:/code/
2021-02-20 19:58:56 -07:00
boring-python:
build:
context: .
dockerfile: Dockerfile-python
volumes:
- .:/code/