fix: run as root to allow volume mount writes
All checks were successful
CI / Lint (push) Successful in 5s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 15s

This commit is contained in:
2026-03-29 09:35:56 -04:00
parent f911d5d59d
commit 73af434851

View File

@@ -11,11 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
RUN mkdir -p $DATA_DIR \ RUN mkdir -p $DATA_DIR
&& adduser --disabled-password --gecos "" appuser \
&& chown -R appuser:appuser /app
USER appuser
EXPOSE 2897 EXPOSE 2897