From 5547e5e1ce978cc55cfdc8091c451365fba4230d Mon Sep 17 00:00:00 2001 From: e1ven <401330+e1ven@users.noreply.github.com> Date: Fri, 30 May 2025 17:30:53 -0400 Subject: [PATCH] update dockerfile to use pyproject.toml. Commiting to master like a maniac --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 628a359..a4c0ac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR /app # Copy the application code COPY robohash/ /app/robohash/ -COPY setup.py . +COPY pyproject.toml . COPY README.md . # Install the application in development mode