Skip to content

Commit 95c2ffb

Browse files
authored
Merge pull request #518 from OpenCTI-Platform/pierremahot-typo
Change entrypoint from ash to bash
2 parents 1d9493f + f1b78ad commit 95c2ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: alpine/openssl:3.5.2
55
volumes:
66
- rsakeys:/keys
7-
entrypoint: ["/bin/ash"]
7+
entrypoint: ["/bin/bash"]
88
command: ["-c", "if [ ! -f /keys/private_key.pem ]; then openssl genpkey -algorithm RSA -out /keys/private_key.pem -pkeyopt rsa_keygen_bits:4096; fi && tail -f /dev/null"]
99
healthcheck:
1010
test: ["CMD", "test", "-f", "/keys/private_key.pem"]

0 commit comments

Comments
 (0)