redeploy
This commit is contained in:
parent
3b9ce27b93
commit
6ec2fdc343
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -134,3 +134,4 @@ temp.*
|
||||||
|
|
||||||
discours.key
|
discours.key
|
||||||
discours.crt
|
discours.crt
|
||||||
|
Pipfile.lock
|
|
@ -6,9 +6,9 @@ RUN /usr/local/bin/python -m pip install --upgrade pip
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY Pipfile ./
|
||||||
|
|
||||||
RUN set -ex && pip install -r requirements.txt
|
RUN set -ex && pip install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
2
Pipfile
2
Pipfile
|
@ -14,7 +14,7 @@ PyJWT = "*"
|
||||||
SQLAlchemy = "*"
|
SQLAlchemy = "*"
|
||||||
itsdangerous = "*"
|
itsdangerous = "*"
|
||||||
httpx = "*"
|
httpx = "*"
|
||||||
psycopg2 = "*"
|
psycopg2-binary = "*"
|
||||||
Authlib = "*"
|
Authlib = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
0
create_crt.sh
Normal file → Executable file
0
create_crt.sh
Normal file → Executable file
|
@ -9,4 +9,4 @@ passlib
|
||||||
itsdangerous
|
itsdangerous
|
||||||
authlib
|
authlib
|
||||||
httpx
|
httpx
|
||||||
psycopg2
|
psycopg2-binary
|
Loading…
Reference in New Issue
Block a user