初始化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
FROM harbor.zgitm.com/library/eclipse-temurin:17-jre
|
||||
WORKDIR /app
|
||||
COPY target/*.jar app.jar
|
||||
EXPOSE 8080
|
||||
EXPOSE 5581
|
||||
ENTRYPOINT ["java","-jar","app.jar"]
|
||||
@@ -1,3 +1,6 @@
|
||||
server:
|
||||
port: 5581
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: testmokee-server
|
||||
|
||||
Reference in New Issue
Block a user