Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
133 B
1
Indexable
FROM eclipse-temurin:17-jre-alpine
EXPOSE 8000
COPY /target/lotto-web.jar /lotto-web.jar
ENTRYPOINT ["java","-jar","/lotto-web.jar"]