diff --git a/Dockerfile b/Dockerfile index 91ebd50..6f50654 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,8 @@ FROM python:3.12-slim WORKDIR /app COPY pyproject.toml . -RUN pip install --no-cache-dir . - COPY src/ src/ +RUN pip install --no-cache-dir . ENV AYON_TRANSPORT=http EXPOSE 8000