diff --git a/Dockerfile b/Dockerfile index 3dbcb30..290c79e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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