diff --git a/Dockerfile b/Dockerfile index 81db697..9ba56b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 RUN python3 -m pip install --upgrade pip COPY google_sheets ./google_sheets -COPY scripts/* pyproject.toml README.md ./ +COPY scripts/* schema.prisma pyproject.toml README.md ./ RUN pip install -e ".[dev]" EXPOSE ${PORT}