This commit is contained in:
parent
4ff7fc3ec4
commit
b182d82f11
@ -9,6 +9,7 @@ ENV REACT_CLIENT_SECRET="lKsmraeSmihY8rTQgd8TTGIncUloW7XokR8WLI0oZq8jCJ59guAkopg
|
|||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
COPY ./requirements.txt .
|
COPY ./requirements.txt .
|
||||||
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev python3-dev
|
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev python3-dev
|
||||||
|
RUN pip install psycopg2
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
ENV DJANGO_SETTINGS_MODULE=izaac.settings
|
ENV DJANGO_SETTINGS_MODULE=izaac.settings
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
django
|
django
|
||||||
gunicorn
|
gunicorn
|
||||||
djangorestframework
|
djangorestframework
|
||||||
psycopg2-binary
|
|
||||||
django-allauth
|
django-allauth
|
||||||
dj-rest-auth
|
dj-rest-auth
|
||||||
django-cors-headers
|
django-cors-headers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user