Enhance Dockerfile and start.sh: add curl, openssl, and jq; update HOMESERVER_URL to use HTTPS; improve admin user registration logic and error handling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache yq
|
||||
RUN apk add --no-cache yq curl openssl jq
|
||||
|
||||
COPY start.sh /start.sh
|
||||
|
||||
|
Reference in New Issue
Block a user