mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-17 05:15:25 +00:00
fix(ci): usage of uv run and docker env path
This commit is contained in:
@@ -19,6 +19,9 @@ COPY pyproject.toml uv.lock /app/
|
||||
# Install dependencies
|
||||
RUN uv sync --frozen --no-dev
|
||||
|
||||
# Place executables in the environment at the front of the path
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
# Copy the application code
|
||||
COPY . /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user