5 lines
77 B
Docker
5 lines
77 B
Docker
FROM babashka/babashka:0.8.2
|
|
|
|
COPY example.clj /
|
|
|
|
ENTRYPOINT bb /example.clj
|