add_pypi_proxy #42

Merged
brian merged 7 commits from add_pypi_proxy into main 2024-06-12 21:51:22 +02:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit ef985f6687 - Show all commits
+2 -1
View File
@@ -31,7 +31,8 @@ ENV PATH="${POETRY_HOME}/bin:$PATH"
WORKDIR ${APP_HOME}
COPY ./poetry.lock ./pyproject.toml ./
RUN --mount=type=cache,target=${POETRY_CACHE_DIR} poetry install \
--with shared,model
--with shared,model \
--no-root
# final stage
FROM python:3.12-slim-bookworm
+2 -1
View File
@@ -31,7 +31,8 @@ ENV PATH="${POETRY_HOME}/bin:$PATH"
WORKDIR ${APP_HOME}
COPY ./poetry.lock ./pyproject.toml ./
RUN --mount=type=cache,target=${POETRY_CACHE_DIR} poetry install \
--with shared,web_ui
--with shared,web_ui \
--no-root
# final stage
FROM python:3.12-slim-bookworm