mirror of
http://88.130.71.182:3000/BlitTech/contexta_be.git
synced 2026-06-13 08:56:20 +00:00
updated Dockerfile
This commit is contained in:
@@ -2,10 +2,12 @@ FROM python:3.12-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY pyproject.toml .
|
# Install system dependencies
|
||||||
COPY requirements.txt .
|
RUN apt-get update && apt-get install -y \
|
||||||
|
gcc uv
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
COPY pyproject.toml .
|
||||||
|
RUN uv init
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user