Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
properTalk authored May 17, 2020
1 parent d07d75a commit 20d1860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:latest
COPY . /myapp
WORKDIR /myapp
EXPOSE 8080
ENTRYPOINT ["java","-jar","found-0.0.1-SNAPSHOT.jar"]

0 comments on commit 20d1860

Please sign in to comment.