mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): fix ca entrypoint logic and healthcheck
With this commit, it is advised to `rm ./data/root_ca.crt ./data/*.pem`, as new certificates and a root CA will be generated while utilizing the step volume. Closes #367 Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
6f7ac33166
commit
d63615a994
3 changed files with 34 additions and 40 deletions
|
@ -1,2 +1,2 @@
|
|||
|
||||
exec printf "" 2>>/dev/null >>/dev/tcp/127.0.0.1/8443
|
||||
#!/bin/bash
|
||||
exec curl -qkiI 'https://localhost:8443/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue