You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
misp/mirror/Dockerfile

5 lines
160 B

FROM eclipse-temurin:17-alpine
COPY /target/mirror-0.1.jar /usr/local/lib/mirror-0.1.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar","/usr/local/lib/mirror-0.1.jar"]