parent
8da27f479f
commit
c2d2e914b6
3 changed files with 39 additions and 6 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…
Add table
Add a link
Reference in a new issue