File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ FROM commonlispbr/roswell
22WORKDIR /app
33RUN ros install commonlispbr/quicksys
44RUN ros run -s quicksys -e "(qs:install-dist :ultralisp)" -q
5- RUN ros run -s weblocks -s weblocks-ui -q
6- COPY . .
5+ RUN ros run -s 40ants-routes -s reblocks -s reblocks-ui -q
6+ COPY roswell roswell
7+ COPY web web
8+ COPY t t
9+ COPY src src
10+ COPY lisp-inference.asd .
711RUN ros install ./lisp-inference.asd
812RUN ros run -s lisp-inference/web -q
913EXPOSE 40000
Original file line number Diff line number Diff line change 2929 :version " 0.2.0"
3030 :serial t
3131 :depends-on (:lisp-inference
32+ :40ants-routes ; ; implicit dependency of reblocks
3233 :reblocks
3334 :reblocks-ui
3435 :clack-handler-hunchentoot
3536 :find-port
36- :str
37- :40ants-routes )
37+ :str )
3838 :pathname " web"
3939 :components ((:file " webapp" )))
4040
You can’t perform that action at this time.
0 commit comments