mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-04 17:30:01 +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 .
|
||||
|
||||
RUN pip install --no-cache /wheels/*
|
||||
RUN mkdir /tmp/data && chown user:user /tmp/data
|
||||
USER user
|
||||
COPY . .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user