update dockerfile to use pyproject.toml. Commiting to master like a maniac

This commit is contained in:
e1ven 2025-05-30 17:30:53 -04:00
parent ff5ffae7c2
commit 5547e5e1ce

View File

@ -20,7 +20,7 @@ WORKDIR /app
# Copy the application code # Copy the application code
COPY robohash/ /app/robohash/ COPY robohash/ /app/robohash/
COPY setup.py . COPY pyproject.toml .
COPY README.md . COPY README.md .
# Install the application in development mode # Install the application in development mode