Merged main into DEV
This commit is contained in:
+4
-4
@@ -11,15 +11,15 @@ ENV PYTHONDONTWRITEBYTECODE=1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
python -m pip install poetry
|
||||
pip install uv
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY pyproject.toml .
|
||||
COPY poetry.lock .
|
||||
COPY uv.lock .
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
poetry install --only main --compile
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --frozen
|
||||
|
||||
COPY . ${LAMBDA_TASK_ROOT}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user