Better logs and start

This commit is contained in:
2025-09-24 11:46:34 +00:00
parent 0cdeaa5ce8
commit eee12f9651
5 changed files with 43 additions and 40 deletions

View File

@@ -6,6 +6,7 @@ RUN apk add --no-cache socat netcat-openbsd \
# Create socket directory and copy/set permissions in single layers
COPY entrypoint.sh /entrypoint.sh
COPY VERSION /VERSION
RUN mkdir -p /socket \
&& chmod +x /entrypoint.sh