We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ac9b93 + b2ae050 commit 2a63f47Copy full SHA for 2a63f47
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM commonlispbr/roswell:latest
2
+RUN apt update && apt install libreadline7 -y
3
+WORKDIR /lisp-chat
4
+COPY ./lisp-chat.asd lisp-chat.asd
5
+COPY ./src src
6
+COPY ./roswell roswell
7
+RUN ros install ./
8
+EXPOSE 5558
9
+ENTRYPOINT ["/root/.roswell/bin/lisp-chat-server"]
0 commit comments