Fix jwt-token

This commit is contained in:
2025-09-20 20:59:53 +02:00
parent 8ed1c141eb
commit 0674e3acaf
2 changed files with 22 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ RUN apk add --no-cache \
make \
g++ \
curl \
dumb-init
dumb-init \
netcat-openbsd
# Set working directory
WORKDIR /app