fix COPY for ddns service not working in Docker
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 42s
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 28m2s

This commit is contained in:
2025-04-19 19:07:53 -04:00
parent 960e91f911
commit 38b81fda9a
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ RUN sh /uv-installer.sh && rm /uv-installer.sh
ENV PATH="/root/.local/bin/:$PATH"
# Copy the project into the image
ADD update.py uv.lock pyproject.toml /app
COPY update.py uv.lock pyproject.toml /app/
# Sync the project into a new environment, using the frozen lockfile
WORKDIR /app