Skip to content
Snippets Groups Projects
Commit 400b3917 authored by taegyu jeong's avatar taegyu jeong
Browse files

port번호 8098로 수정

parent 23642f45
Branches master
No related tags found
No related merge requests found
FROM openjdk:17
ARG JAR_FILE=target/myspring*.jar
COPY ${JAR_FILE} app.jar
EXPOSE 8100
EXPOSE 8098
ENTRYPOINT ["java","-jar","/app.jar"]
server.port = 8100
server.port = 8098
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://210.107.196.163:41398/webdev?serverTimezone=UTC
spring.datasource.username=root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment