chore: fix login acceptance tests

This commit is contained in:
Elio Bischof
2025-08-05 11:45:15 +02:00
parent f5d98202c6
commit 3ae58de738
56 changed files with 655 additions and 337 deletions

View File

@@ -4,7 +4,6 @@ ENV SHELL=/bin/bash \
DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
CI=1 \
PNPM_HOME=/home/node/.local/share/pnpm \
PATH=/home/node/.local/share/pnpm:$PATH
@@ -17,4 +16,4 @@ RUN apt-get update && \
COPY --chown=node:node commands /commands
USER node
USER node