add repl to api server and fix list-snippets sorting

This commit is contained in:
Travis Shears 2026-03-10 18:31:36 +01:00
parent a8038a604c
commit a90cabf605
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
6 changed files with 25 additions and 3 deletions

View file

@ -22,6 +22,8 @@ RUN clj -P
COPY build.clj config.edn ./
COPY src ./src
ENV DATOMIC_PATH=/datomic_data
ENV DATOMIC_ENV=prd
# construct the application jar
RUN clj -T:build uber && cp target/snippets-standalone.jar ./app.jar && rm -r target