Enhance Dockerfile and start.sh: add curl, openssl, and jq; update HOMESERVER_URL to use HTTPS; improve admin user registration logic and error handling
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
gyurix
2025-09-01 16:08:08 +02:00
parent 6732bc332a
commit 1134fd915c
2 changed files with 58 additions and 70 deletions

View File

@@ -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