File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-petclinic/spring-petclinic-rest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ RUN mvn clean install -Dmaven.test.skip=true
1717EXPOSE 9966
1818
1919# Download the ca.crt file
20- RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/main/pkg/proxy/asset/ca.crt
20+ RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/ proxy/asset/ca.crt
2121
22- RUN curl -o setup_ca.sh https://raw.githubusercontent.com/keploy/keploy/main/pkg/proxy/asset/setup_ca.sh
22+ RUN curl -o setup_ca.sh https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/ proxy/asset/setup_ca.sh
2323
2424# Give execute permission to the setup_ca.sh script
2525RUN chmod +x setup_ca.sh
2626
2727# Run the application when the container launches
2828# CMD ["java", "-jar", ""]
29- CMD ["/bin/bash" , "-c" , "source ./setup_ca.sh && java -jar target/spring-petclinic-rest-3.0.2.jar" ]
29+ CMD ["/bin/bash" , "-c" , "source ./setup_ca.sh && java -jar target/spring-petclinic-rest-3.0.2.jar" ]
You can’t perform that action at this time.
0 commit comments