mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
Merge pull request #73 from capriciousduck/master
This commit is contained in:
commit
05b476aa23
@ -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 ./
|
COPY backend/pyproject.toml backend/poetry.lock ./
|
||||||
RUN poetry config virtualenvs.path /venv
|
RUN poetry config virtualenvs.path /venv
|
||||||
RUN poetry install --no-dev --no-ansi --no-interaction
|
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/manage.py backend/gunicorn.conf.py ./
|
||||||
COPY backend/tabby tabby
|
COPY backend/tabby tabby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user