Initial commit
This commit is contained in:
commit
02f308a5ea
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM haskell:buster
|
||||
|
||||
RUN apt-get update && apt-get install -y haskell-platform
|
0
code/Aufgabe1.hs
Normal file
0
code/Aufgabe1.hs
Normal file
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
haskell:
|
||||
build: .
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- ./code:/opt
|
Reference in New Issue
Block a user