fix docker

This commit is contained in:
Gal 2025-07-16 00:14:46 +02:00
parent 97c4c3002d
commit 33eaea8d39
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ RUN uv sync --frozen --no-dev
COPY . . COPY . .
# Create non-root user # Create non-root user
RUN useradd --create-home --shell /bin/bash app RUN useradd --create-home --shell /bin/bash app && \
chown -R app:app /app
USER app USER app
# Expose port # Expose port