Skip to content

Commit

Permalink
lecture07 practice fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-p-i committed Nov 11, 2017
1 parent fd6ed5f commit 8e8f639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lecture07/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM openjdk:8-jre-alpine
COPY build/libs/web_hackaton-1.0-SNAPSHOT.jar /services/chat.jar
EXPOSE 8080
CMD ["java", "-jar", "/services/chat.jar"]

0 comments on commit 8e8f639

Please sign in to comment.