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