diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..c643a9a3 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM openjdk:8 +Expose 8080 +ADD target/studentapp-2.5-SNAPSHOT.jar studentapp-2.5-SNAPSHOT.jar +ENTRYPOINT ["java","-jar","/studentapp-2.5-SNAPSHOT.jar"] diff --git a/WebContent/index.jsp b/WebContent/index.jsp index 9fa0ccc5..5d19d508 100644 --- a/WebContent/index.jsp +++ b/WebContent/index.jsp @@ -20,11 +20,15 @@ div.ex {