Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0gramista authored Apr 4, 2018
1 parent b53c75c commit b97dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ADD gradle /memes-api/gradle

RUN ./gradlew assemble

CMD ["java", "-jar", "/memes-api/build/libs/memes-api-0.1.8.jar"]
CMD ["java", "-jar", "/memes-api/build/libs/memes-api.jar"]

0 comments on commit b97dc13

Please sign in to comment.