mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-04 15:18:20 +00:00
fixes
This commit is contained in:
parent
9da981bc25
commit
df016eb08e
3 changed files with 11 additions and 7 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue