fix container build
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
.mypy_cache
|
||||
.vscode
|
||||
.token
|
||||
*.db
|
||||
*.env
|
||||
*.png
|
||||
@@ -2,6 +2,9 @@ FROM ghcr.io/astral-sh/uv:python3.13-alpine
|
||||
|
||||
# Copy the project into the image
|
||||
COPY vibe_bot /app
|
||||
COPY uv.lock /app
|
||||
COPY .python-version /app
|
||||
COPY pyproject.toml /app
|
||||
|
||||
# Disable development dependencies
|
||||
ENV UV_NO_DEV=1
|
||||
|
||||
Reference in New Issue
Block a user