File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ FROM node:16-alpine3.14 as build-app
33ADD web /app
44WORKDIR /app
55
6- RUN echo 'http://mirrors.aliyun.com/alpine/v3.4/main' > /etc/apk/repositories \
7- && npm install \
8- && yarn build
6+ RUN npm install \
7+ && yarn build
98
109
1110FROM docker.io/library/python:3.9-alpine
Original file line number Diff line number Diff line change 11"""
22Django settings for passport project.
3-
43Generated by 'django-admin startproject' using Django 2.2.18.
5-
64For more information on this file, see
75https://docs.djangoproject.com/en/2.2/topics/settings/
8-
96For the full list of settings and their values, see
107https://docs.djangoproject.com/en/2.2/ref/settings/
118"""
10198 'corsheaders' ,
10299 'guardian' ,
103100 'gunicorn' ,
104- 'jsonfield' ,
105101 'rest_framework' ,
106102 'rest_framework.authtoken' ,
107103 'oauth2_provider' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Drycc passport requirements
2- django == 2 .2.18
3- django-auth-ldap == 2.2 .0
2+ django == 3 .2.5
3+ django-auth-ldap == 3.0 .0
44django-cors-headers == 3.7.0
5- django-guardian == 2.3.0
6- djangorestframework == 3.11.0
7- gunicorn == 20.0.4
8- jsonfield == 3.1.0
9- psycopg2-binary == 2.8.5
10- requests == 2.24.0
5+ django-guardian == 2.4.0
6+ djangorestframework == 3.12.4
7+ gunicorn == 20.1.0
8+ psycopg2-binary == 2.9.1
9+ requests == 2.26.0
1110requests-toolbelt == 0.9.1
12- django_redis == 4.12.1
11+ django_redis == 5.0.0
1312dj-database-url == 0.5.0
1413django-oauth-toolkit == 1.5.0
15- whitenoise == 5.3.0
14+ whitenoise == 5.3.0
15+
You can’t perform that action at this time.
0 commit comments