mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-12 13:00:02 +03:00
Dockerfile: chown cache volume
This commit is contained in:
parent
821d127d03
commit
267a12124f
@ -20,6 +20,7 @@ COPY --from=builder /app/wheels /wheels
|
|||||||
COPY --from=builder /app/requirements.txt .
|
COPY --from=builder /app/requirements.txt .
|
||||||
|
|
||||||
RUN pip install --no-cache /wheels/*
|
RUN pip install --no-cache /wheels/*
|
||||||
|
RUN mkdir /tmp/data && chown user:user /tmp/data
|
||||||
USER user
|
USER user
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user