Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 2843afb

Browse files
committed
fix: add all build deps to docker
1 parent c3aafad commit 2843afb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM clojure:tools-deps as builder
33
WORKDIR /src
44

55
COPY ./deps.edn ./
6+
COPY ./build/ /src/build/
7+
COPY ./src/ /src/src/
68

79
# Download deps
810
RUN clojure -P

0 commit comments

Comments
 (0)