Skip to content

Commit 9f47823

Browse files
committed
fix: application build with docker
1 parent ac229ea commit 9f47823

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ FROM commonlispbr/roswell
22
WORKDIR /app
33
RUN ros install commonlispbr/quicksys
44
RUN 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 .
711
RUN ros install ./lisp-inference.asd
812
RUN ros run -s lisp-inference/web -q
913
EXPOSE 40000

lisp-inference.asd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
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

0 commit comments

Comments
 (0)