Compare commits
No commits in common. "main" and "v0.2.0" have entirely different histories.
1 changed files with 4 additions and 8 deletions
|
@ -1,14 +1,10 @@
|
||||||
# Build: podman build -t code.philo.ydns.eu/philorg/tinyseady-mailer -f Containerfile
|
# Build: podman build -t code.philo.ydns.eu/philorg/tinyseady-mailer -f Containerfile
|
||||||
|
|
||||||
FROM docker.io/python:3.13-alpine
|
FROM docker.io/python:3.12-alpine
|
||||||
RUN apk add --no-cache git
|
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/
|
||||||
|
|
||||||
COPY . /app
|
COPY . /src
|
||||||
|
WORKDIR /src
|
||||||
# Sync the project into a new environment, using the frozen lockfile
|
RUN uv sync --frozen --no-cache && uv pip install --system .
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
RUN uv pip install --system .
|
|
||||||
|
|
||||||
CMD tinysteady-mailer
|
CMD tinysteady-mailer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue