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 ae26e994a3
commit bd1e2a905c

View File

@ -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