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
|
COPY / /app
|
||||||
|
|
||||||
RUN \
|
RUN python3 -m pip install -r /app/requirements.txt
|
||||||
python3 -m pip install -r /app/requirements.txt && \
|
|
||||||
chown -R abc:abc \
|
|
||||||
/config \
|
|
||||||
/app
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue