Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN useradd -m -u 1000 user && \
|
|
21 |
USER user
|
22 |
|
23 |
# Copy dependency files
|
24 |
-
COPY --chown=user:user pyproject.toml poetry.lock poetry.toml ./
|
25 |
|
26 |
# Install dependencies
|
27 |
RUN poetry install --no-root --no-dev
|
|
|
21 |
USER user
|
22 |
|
23 |
# Copy dependency files
|
24 |
+
COPY --chown=user:user api/pyproject.toml api/poetry.lock api/poetry.toml ./
|
25 |
|
26 |
# Install dependencies
|
27 |
RUN poetry install --no-root --no-dev
|