Skip to content

Commit

Permalink
- fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
spolnik committed Apr 28, 2018
1 parent 89c84a2 commit 1f435c6
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 @@ -7,5 +7,5 @@ ADD build/libs/jalgoarena-api-*.jar /app/

ENV EUREKA_URL=http://eureka:5000/eureka

ENTRYPOINT ["java", "-jar", "/app/jalgoarena-api-*.jar"]
EXPOSE 5001
CMD java -jar /app/jalgoarena-api-*.jar

0 comments on commit 1f435c6

Please sign in to comment.