Skip to content

Commit 429e7d7

Browse files
authored
Dockerfile (#29)
1 parent f3ea85b commit 429e7d7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)