fix COPY for ddns service not working in Docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user