You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2020/01/20 21:49:39 UTC

[juneau-petstore] 30/48: Removed the old Dockerfile

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git

commit 3ebb230d3f2ea67e57ca990b0d81cc15c64c4fe9
Author: COMVIVA\ishita.singh <is...@mahindracomviva.com>
AuthorDate: Wed Oct 30 22:25:44 2019 +0530

    Removed the old Dockerfile
---
 juneau-petstore-server/Dockerfile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/juneau-petstore-server/Dockerfile b/juneau-petstore-server/Dockerfile
deleted file mode 100644
index f438080..0000000
--- a/juneau-petstore-server/Dockerfile
+++ /dev/null
@@ -1,5 +0,0 @@
-FROM java:8
-VOLUME /tmp
-ADD target/juneau-petstore-server-8.1.2-SNAPSHOT.war run.war
-EXPOSE 5000
-ENTRYPOINT ["java","-jar","run.war"]
\ No newline at end of file