mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Add pyproject.toml to fix docker compose build (#1131)
* Add pyproject.toml to fix docker compose build Even though we want to use locked dependencies, pyproject.toml is still required. * update Dockerfile Co-authored-by: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com>
This commit is contained in:
parent
b042e32ea0
commit
73d6aa937d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ENV PYTHONFAULTHANDLER=1 \
|
|||
POETRY_VERSION=1.1.12
|
||||
|
||||
WORKDIR /data-pipeline
|
||||
COPY poetry.lock /data-pipeline/
|
||||
COPY pyproject.toml /data-pipeline/
|
||||
|
||||
RUN pip install "poetry==$POETRY_VERSION"
|
||||
RUN poetry config virtualenvs.create false \
|
||||
|
|
Loading…
Add table
Reference in a new issue