This commit is contained in:
Untone 2021-08-09 21:36:18 +03:00
parent 3b9ce27b93
commit 6ec2fdc343
5 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -134,3 +134,4 @@ temp.*
discours.key
discours.crt
Pipfile.lock

View File

@ -6,9 +6,9 @@ RUN /usr/local/bin/python -m pip install --upgrade pip
WORKDIR /usr/src/app
COPY requirements.txt ./
COPY Pipfile ./
RUN set -ex && pip install -r requirements.txt
RUN set -ex && pip install
COPY . .

View File

@ -14,7 +14,7 @@ PyJWT = "*"
SQLAlchemy = "*"
itsdangerous = "*"
httpx = "*"
psycopg2 = "*"
psycopg2-binary = "*"
Authlib = "*"
[dev-packages]

0
create_crt.sh Normal file → Executable file
View File

View File

@ -9,4 +9,4 @@ passlib
itsdangerous
authlib
httpx
psycopg2
psycopg2-binary