Skip to content

Commit 4f9e644

Browse files
committed
fix hatch dep for docker
1 parent 0079739 commit 4f9e644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get install nodejs -y
1212

1313
# Install Poetry
1414
# --------------
15-
RUN pip install poetry
15+
RUN pip install --upgrade poetry hatch uv
1616

1717
# Create/Activate Python Venv
1818
# ---------------------------

0 commit comments

Comments
 (0)