mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-07-29 05:34:37 +00:00
Add psycopg2-binary
This commit is contained in:

committed by
GitHub

parent
6d4d4377fa
commit
377c79ccbf
@@ -30,7 +30,7 @@ RUN pip install -U setuptools 'cryptography>=3.0,<3.1' poetry==1.1.7
|
||||
COPY backend/pyproject.toml backend/poetry.lock ./
|
||||
RUN poetry config virtualenvs.path /venv
|
||||
RUN poetry install --no-dev --no-ansi --no-interaction
|
||||
RUN poetry run pip install -U setuptools $EXTRA_DEPS
|
||||
RUN poetry run pip install -U setuptools psycopg2-binary $EXTRA_DEPS
|
||||
|
||||
COPY backend/manage.py backend/gunicorn.conf.py ./
|
||||
COPY backend/tabby tabby
|
||||
|
Reference in New Issue
Block a user