изменил Dockerfile
This commit is contained in:
parent
434902a7f5
commit
e5716302f6
@ -5,6 +5,8 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -r requirements/prod.txt
|
RUN pip install --no-cache-dir -r requirements/prod.txt
|
||||||
|
RUN pip install --no-cache-dir psycopg2
|
||||||
|
RUN pip install --no-cache-dir psycopg
|
||||||
|
|
||||||
RUN python manage.py collectstatic --noinput
|
RUN python manage.py collectstatic --noinput
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user