Initial commit

This commit is contained in:
Ivaylo Ivanov 2021-10-15 14:27:10 +02:00
commit 02f308a5ea
3 changed files with 12 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM haskell:buster
RUN apt-get update && apt-get install -y haskell-platform

0
code/Aufgabe1.hs Normal file
View File

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
haskell:
build: .
stdin_open: true
tty: true
volumes:
- ./code:/opt