index
:
genpass
master
Just a small password generator site
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Dockerfile
blob: c71e783eb51900f202f17d5a0b914220b0609fa1 (
plain
)
1
2
3
4
5
FROM
clojure:alpine
COPY
project.clj
.
RUN
[
"lein"
,
"deps"
]