chore: upgrade Node.js runtime to v24 across codebase #419
@@ -9,8 +9,9 @@ RUN apt-get update && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy dependency files
|
# Copy dependency files and private registry config
|
||||||
COPY pyproject.toml .
|
COPY pyproject.toml .
|
||||||
|
COPY pip.conf /etc/pip.conf
|
||||||
|
|
||||||
# Create virtual environment and install dependencies
|
# Create virtual environment and install dependencies
|
||||||
RUN python -m venv /opt/venv
|
RUN python -m venv /opt/venv
|
||||||
|
|||||||
Reference in New Issue
Block a user