We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ea85b commit 429e7d7Copy full SHA for 429e7d7
1 file changed
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM maven:latest
2
+
3
4
+WORKDIR /aspose-barcode-cloud-java
5
+COPY . .
6
7
+ENTRYPOINT [ "mvn", "deploy" ]
0 commit comments