Bump version to 1.1.2
This commit is contained in:
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# Copy only what's needed for installation
|
||||
WORKDIR /build
|
||||
COPY pyproject.toml poetry.lock* ./
|
||||
COPY README.md ./
|
||||
COPY src/ ./src/
|
||||
# Install the package
|
||||
RUN pip install --no-cache-dir .
|
||||
|
||||
Reference in New Issue
Block a user