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