forked from cartsnitch/cartsnitch
b7b9e987df5a88bed92e69caaaa78ba6d48bde40
The api/Dockerfile used bare paths (COPY pyproject.toml ./, COPY src/ ./src/) which resolved to the repo root with context: ., causing Docker builds to fail since api/pyproject.toml and api/src/ don't exist at the repo root. Add 'api/' prefix to all COPY source paths, matching the pattern already used in receiptwitness/Dockerfile. Co-Authored-By: Paperclip <noreply@paperclip.ing>
CartSnitch
Description
Consumer savings platform with grocery coupon tracking, deal alerts, and price comparison
Languages
Python
85.2%
TypeScript
13.5%
Shell
0.5%
Dockerfile
0.5%
Mako
0.1%