Commit cafb563d authored by Ben Anderson's avatar Ben Anderson

Changed port in dockerfile

parent d580a86c
FROM openjdk:11-jre-slim
COPY target/promotions-0.0.1-SNAPSHOT.jar /usr/local/lib/promotions.jar
EXPOSE 8080
EXPOSE 8081
ENTRYPOINT ["java","-jar","/usr/local/lib/promotions.jar"]
# For local testing, comment the top part out and uncomment the bottom
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment