mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 21:18:35 +03:00
version in config
This commit is contained in:
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install --no-cache-dir poetry
|
||||
COPY pyproject.toml poetry.lock .
|
||||
RUN poetry install --with web --no-interaction --no-ansi --no-root --no-cache
|
||||
COPY pyproject.toml poetry.lock README.md .
|
||||
RUN poetry install --with web --no-interaction --no-ansi --no-cache
|
||||
|
||||
# Copy the application code
|
||||
COPY alembic.ini ./
|
||||
|
||||
Reference in New Issue
Block a user