mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
bump project deps
This commit is contained in:
@@ -10,7 +10,7 @@ FROM base AS install
|
||||
WORKDIR /home/code
|
||||
|
||||
# allow controlling the poetry installation of dependencies via external args
|
||||
ARG INSTALL_ARGS="--no-root --no-dev"
|
||||
ARG INSTALL_ARGS="--no-root --only main"
|
||||
ENV POETRY_HOME="/opt/poetry"
|
||||
ENV PATH="$POETRY_HOME/bin:$PATH"
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
|
||||
Reference in New Issue
Block a user