Dockerfile for nb

This commit is contained in:
phact 2020-03-09 17:04:42 -04:00
parent f2825b7011
commit b3736efe27

3
nb/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM openjdk:13-alpine
COPY target/ target
ENTRYPOINT ["java","-jar", "/target/nb.jar"]