mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 20:31:54 +02:00
Better cache in dockerfile
This commit is contained in:
parent
3396329c19
commit
1b58965e8c
2 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,9 @@ COPY ./requirements.apt /requirements.apt
|
|||
RUN apt-get update -qq && grep "^[^#;]" requirements.apt | xargs apt-get install -y
|
||||
|
||||
|
||||
COPY ./requirements /requirements
|
||||
COPY ./requirements/base.txt /requirements
|
||||
RUN pip install -r /requirements/base.txt
|
||||
COPY ./requirements/production.txt /requirements
|
||||
RUN pip install -r /requirements/production.txt
|
||||
|
||||
COPY . /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue