update podman ddns to be more efficient
This commit is contained in:
@@ -15,6 +15,9 @@ ENV PATH="/root/.local/bin/:$PATH"
|
||||
# Copy the project into the image
|
||||
COPY update.py uv.lock pyproject.toml /app/
|
||||
|
||||
# Copy the records file
|
||||
COPY records.yaml /etc/ddns/records.yaml
|
||||
|
||||
# Sync the project into a new environment, using the frozen lockfile
|
||||
WORKDIR /app
|
||||
RUN uv sync --frozen
|
||||
|
||||
Reference in New Issue
Block a user