Skip to content

Commit 990674f

Browse files
authored
Update Dockerfile
1 parent a18e1c4 commit 990674f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
FROM httpd:2.4
2-
COPY ./pom.xml/ /usr/local/apache2/htdocs/
1+
FFROM openjdk:11
2+
COPY base/target/base.jar /
3+
WORKDIR /
4+
CMD ["java", "-jar", "base.jar"]

0 commit comments

Comments
 (0)