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 d5bd8ac commit 55efad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layer-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ ARG JAR_FILE=./build/libs/*.jar

COPY ${JAR_FILE} layer-server.jar

ENTRYPOINT java -jar layer-server.jar

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

0 comments on commit 55efad6

Please sign in to comment.