get api working in docker container
This commit is contained in:
parent
ef4f8959df
commit
e18cc26ddd
3 changed files with 16 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue