diff --git a/CineSync/Dockerfile b/CineSync/Dockerfile index 96fd14e..e777bbf 100644 --- a/CineSync/Dockerfile +++ b/CineSync/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /app COPY . . 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