mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
update dockerfile to use pyproject.toml. Commiting to master like a maniac
This commit is contained in:
parent
ff5ffae7c2
commit
5547e5e1ce
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user