8 lines
167 B
YAML
8 lines
167 B
YAML
services:
|
|
haskell-playground:
|
|
image: saundersp/haskell-playground
|
|
pull_policy: never
|
|
build: .
|
|
volumes:
|
|
- ./:/home/saundersp/haskell_playground
|