mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Dockerfile for nb
This commit is contained in:
parent
f2825b7011
commit
b3736efe27
3
nb/Dockerfile
Normal file
3
nb/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM openjdk:13-alpine
|
||||
COPY target/ target
|
||||
ENTRYPOINT ["java","-jar", "/target/nb.jar"]
|
Loading…
Reference in New Issue
Block a user