get api working in docker container

This commit is contained in:
Travis Shears 2025-08-12 16:16:54 +02:00
parent ef4f8959df
commit e18cc26ddd
3 changed files with 16 additions and 11 deletions

View file

@ -19,6 +19,7 @@ RUN apk add curl rlwrap
WORKDIR /app
COPY deps.edn ./
RUN clj -P
RUN clj -Spath
COPY build.clj config.edn ./
COPY src ./src