Fix dockerfile requirements
This commit is contained in:
parent
e8e1d2cff6
commit
377edb0412
@ -51,8 +51,8 @@ RUN apt-get update && apt-get install -y gettext git
|
||||
|
||||
# PACKAGES
|
||||
WORKDIR /app
|
||||
COPY ./requirements.txt .
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
COPY ./requirements .
|
||||
RUN python3 -m pip install -r requirements/base.txt
|
||||
|
||||
# APP
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user