Skip to content

Commit 1ac06a0

Browse files
committed
wip3
1 parent 3f991d3 commit 1ac06a0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

install/docker/cws-image/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ ADD testing_entrypoint.sh .
2121
ADD getTime.java .
2222
ADD joda-time-2.1.jar .
2323

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+
2430
ENTRYPOINT [ "./wait_for_db_es_console.sh" ]

0 commit comments

Comments
 (0)