We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164844f commit 371624cCopy full SHA for 371624c
Dockerfile
@@ -0,0 +1,12 @@
1
+# code-generator docker file.
2
+# VERSION 1.0.0
3
+# image: yanglibing/code-generator
4
+# by yanglb.com
5
+#
6
+FROM openjdk:8-jre-alpine
7
+LABEL maintainer "yanglb <dev@yanglb.com>"
8
+
9
+COPY ./target/code-generator-*-jar-with-dependencies.jar /usr/local/lib/cg/bin/cg.jar
10
+COPY ./cg /usr/local/bin/cg
11
12
+CMD [ "cg" ]
0 commit comments