Skip to content

Commit 46735b2

Browse files
committed
feat: Modified dockerfiles to use uv instead of pip
1 parent 6a26f64 commit 46735b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ COPY data/data.csv ./data/
1313

1414
EXPOSE 5000
1515

16-
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "src.app:app"]
16+
CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "src.app:app"]

0 commit comments

Comments
 (0)