Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ CMD java -jar login-web-application-${version}.RELEASE.jar
EXPOSE 8080


===========================

======================================================

FROM ubuntu

Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>onoguera</groupId>
<artifactId>login-web-application</artifactId>

<version>1.2.RELEASE</version>
<name>Login Web Application</name>
<description>
Login Web Application using com.sun.net.httpserver.HttpServer
</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
Expand Down