tweaks
This commit is contained in:
parent
209a31b53a
commit
69a8478f4a
5 changed files with 5 additions and 19 deletions
|
@ -8,11 +8,7 @@ COPY / /app
|
|||
|
||||
COPY /tmp/qemu-arm-static /usr/bin/qemu-arm-static
|
||||
|
||||
RUN \
|
||||
python3 -m pip install -r /app/requirements.txt && \
|
||||
chown -R abc:abc \
|
||||
/config \
|
||||
/app
|
||||
RUN python3 -m pip install -r /app/requirements.txt
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue