nutzboot/nutzboot-demo/nutzboot-demo-simple/nutzboot-demo-simple-jasypt/Dockerfile
sdhz518@sina.com 42e8dc45b2 jasypt demo
2021-01-11 23:47:42 +08:00

7 lines
203 B
Docker

FROM azul/zulu-openjdk:8
MAINTAINER wendal <wendal1985@gmail.com>
ENTRYPOINT ["/usr/bin/java", "-jar", "/usr/share/nb.jar"]
# Add the service itself
ARG JAR_FILE
ADD target/${JAR_FILE} /usr/share/nb.jar