Reorganize project structure: move public files to public/ directory
This commit is contained in:
parent
8de043bfef
commit
38545721a0
253 changed files with 0 additions and 0 deletions
13
public/languages/clojure/Dockerfile
Normal file
13
public/languages/clojure/Dockerfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Clojure with OpenJDK 21 (checked 2025-10-13: clojure:temurin-21-tools-deps-alpine is latest stable)
|
||||
FROM clojure:temurin-21-tools-deps-alpine
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
WORKDIR /app
|
||||
COPY deps.edn .
|
||||
COPY uncloseai.clj .
|
||||
|
||||
# Pre-download dependencies
|
||||
RUN clojure -P
|
||||
|
||||
CMD ["clojure", "-M", "-m", "uncloseai"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue