Skip to content

Commit

Permalink
fix:레디스 연결 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Jul 6, 2024
1 parent 30c336b commit 1319112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ARG JAR_FILE=./build/libs/*.jar
COPY ${JAR_FILE} layer-server.jar


ENTRYPOINT ["java","-Dspring.profiles.active=prod","-Dspring.config.location=classpath:/config/application.yaml" ,"-jar" ,"layer-server.jar"]
ENTRYPOINT ["java","-Dspring.profiles.active=prod" ,"-jar" ,"layer-server.jar"]

0 comments on commit 1319112

Please sign in to comment.