This commit is contained in:
parent
7e7b974941
commit
0f18d52588
1 changed files with 14 additions and 0 deletions
14
Containerfile
Normal file
14
Containerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Build: podman build -t code.philo.ydns.eu/philorg/tinyseady-mailer -f Containerfile
|
||||
|
||||
FROM docker.io/python:3.13-alpine
|
||||
RUN apk add --no-cache git
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/
|
||||
|
||||
COPY . /app
|
||||
|
||||
# Sync the project into a new environment, using the frozen lockfile
|
||||
WORKDIR /app
|
||||
|
||||
RUN uv pip install --system .
|
||||
|
||||
ENTRYPOINT ["gacsco"]
|
Loading…
Add table
Add a link
Reference in a new issue