Set standard app directory in container
All checks were successful
/ test (push) Successful in 9s

This commit is contained in:
phil 2025-01-10 19:42:59 +01:00
parent 4f5092481c
commit 1c89a509a3
2 changed files with 12 additions and 15 deletions

View file

@ -2,10 +2,10 @@ FROM docker.io/library/python:alpine
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
COPY . /src
COPY . /app
# Sync the project into a new environment, using the frozen lockfile
WORKDIR /src
WORKDIR /app
RUN uv pip install --system .