Files
boring-lang/docker-compose.yml

13 lines
199 B
YAML
Raw Normal View History

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