Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
|
|
31 |
RUN pip install poetry==1.8.4
|
32 |
|
33 |
# Copy dependency files
|
34 |
-
COPY
|
35 |
|
36 |
# Install dependencies
|
37 |
RUN poetry install --no-dev --no-root
|
|
|
31 |
RUN pip install poetry==1.8.4
|
32 |
|
33 |
# Copy dependency files
|
34 |
+
COPY pyproject.toml poetry.lock ./
|
35 |
|
36 |
# Install dependencies
|
37 |
RUN poetry install --no-dev --no-root
|