This commit is contained in:
matt 2024-10-04 09:17:54 -07:00
parent 9da981bc25
commit df016eb08e
3 changed files with 11 additions and 7 deletions

View file

@ -23,7 +23,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=on \
WORKDIR /app
# Install Poetry
RUN pip install poetry
RUN pip install "poetry==1.8.3"
# Copy only dependencies definition to the docker image
COPY . /app/