Add port to dockerfile

master
Julius 2019-12-11 20:30:00 +01:00
parent 09794b1ef5
commit e63b07ed69
1 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,6 @@ FROM openjdk:11-jre
COPY --from=build /home/gradle/src/build/libs/*.jar /app/app.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar","/app/app.jar"]