fix docker
This commit is contained in:
parent
97c4c3002d
commit
33eaea8d39
|
@ -28,7 +28,8 @@ RUN uv sync --frozen --no-dev
|
|||
COPY . .
|
||||
|
||||
# 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
|
||||
|
||||
# Expose port
|
||||
|
|
Loading…
Reference in New Issue