mirror of
https://github.com/godotengine/godot-showreel-voting.git
synced 2026-01-04 14:11:00 +03:00
Remove chown
This commit is contained in:
@@ -21,7 +21,7 @@ FROM debian:bookworm-slim
|
||||
RUN groupadd --system --gid 999 nonroot \
|
||||
&& useradd --system --gid 999 --uid 999 --create-home nonroot
|
||||
|
||||
COPY --from=builder --chown=python:python /python /python
|
||||
COPY --from=builder /python /python
|
||||
COPY --from=builder --chown=nonroot:nonroot /app /app
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user