This repository has been archived on 2021-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
fprog2021WS/docker-compose.yml

10 lines
116 B
YAML

version: '3'
services:
haskell:
build: .
stdin_open: true
tty: true
volumes:
- ./code:/opt