This commit is contained in:
iluobei
2026-05-01 03:27:19 +08:00
parent 29ebc7ea53
commit 56f76d8f58
3 changed files with 12 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM eclipse-temurin:8-jdk-alpine
LABEL name="hoperun-custom-sign"
MAINTAINER li@2ha.me
WORKDIR /
ADD target/hoperun-sign-1.0-SNAPSHOT.jar app.jar
EXPOSE 8982
ENTRYPOINT ["java", "-jar"]
CMD ["app.jar"]