We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f991d3 commit 1ac06a0Copy full SHA for 1ac06a0
1 file changed
install/docker/cws-image/Dockerfile
@@ -21,4 +21,10 @@ ADD testing_entrypoint.sh .
21
ADD getTime.java .
22
ADD joda-time-2.1.jar .
23
24
+# Copy certificate generation scripts from the build context
25
+COPY cws-certs /opt/cws-certs
26
+
27
+# Ensure the specific script is executable
28
+RUN chmod +x /opt/cws-certs/generate-certs-testing.sh
29
30
ENTRYPOINT [ "./wait_for_db_es_console.sh" ]
0 commit comments