Add simple Dockerfile
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM maven:3-jdk-8
|
||||
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
CMD ["mvn", "jetty:run"]
|
||||
Reference in New Issue
Block a user