haskell_playground/docker-compose.yaml
2024-12-05 12:43:14 +01:00

8 lines
167 B
YAML

services:
haskell-playground:
image: saundersp/haskell-playground
pull_policy: never
build: .
volumes:
- ./:/home/saundersp/haskell_playground