prolog_todo/Dockerfile

9 lines
144 B
Docker
Raw Normal View History

2024-06-23 22:36:34 +02:00
FROM swipl:latest
RUN apt-get update && apt-get install -y swi-prolog-x && apt-get clean
WORKDIR /app
COPY . /app
ENTRYPOINT swipl -g [todo]