This commit is contained in:
Souji 2019-03-13 07:22:58 +01:00 committed by 1Computer1
parent b3a464c8d6
commit 81ce8fcf87
4 changed files with 23 additions and 0 deletions

5
docker/fsharp/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM fsharp
LABEL author="1Computer1"
COPY run.sh /var/run/
WORKDIR /var/ws

2
docker/fsharp/run.sh Normal file
View file

@ -0,0 +1,2 @@
echo "$1" > program.fsx
fsharpi --optimize- --exec program.fsx