Skip to content

Commit a908989

Browse files
authored
chore: update the ca.cert url (#72)
1 parent 34ab0b2 commit a908989

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-petclinic/spring-petclinic-rest/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ RUN mvn clean install -Dmaven.test.skip=true
1717
EXPOSE 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
2525
RUN 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"]

0 commit comments

Comments
 (0)