Added Dockerfile and docker-compose.yaml
This commit is contained in:
7
docker-compose.yaml
Normal file
7
docker-compose.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
haskell-playground:
|
||||
image: saundersp/haskell-playground
|
||||
pull_policy: never
|
||||
build: .
|
||||
volumes:
|
||||
- ./:/home/saundersp/haskell_playground
|
Reference in New Issue
Block a user