final tweak
This commit is contained in:
parent
69a8478f4a
commit
2100769a1b
1 changed files with 1 additions and 5 deletions
|
@ -6,11 +6,7 @@ ENV DEBUG="False"
|
|||
|
||||
COPY / /app
|
||||
|
||||
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…
Reference in a new issue