Skip to content

Commit 2e35b5b

Browse files
authored
Update Dockerfile
1 parent f6fa5c9 commit 2e35b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ RUN git clone https://github.com/BinduPrivate/java-example.git
55
WORKDIR /app/java-example
66
RUN mvn clean package
77
EXPOSE 8080
8-
CMD ["java", "-war", "works-with-heroku"]
8+
CMD ["java", "-war", "target/works-with-heroku-1.0.war"]
99

1010

0 commit comments

Comments
 (0)