fix docker
This commit is contained in:
parent
97c4c3002d
commit
33eaea8d39
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue