Add Prolog
This commit is contained in:
parent
b13857e7a4
commit
41d4500ce6
4 changed files with 18 additions and 0 deletions
4
docker/prolog/Dockerfile
Normal file
4
docker/prolog/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM swipl
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
2
docker/prolog/run.sh
Normal file
2
docker/prolog/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
echo "$1" > program.pl
|
||||
swipl --quiet program.pl
|
Loading…
Add table
Add a link
Reference in a new issue