add repl to api server and fix list-snippets sorting
This commit is contained in:
parent
a8038a604c
commit
a90cabf605
6 changed files with 25 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue