Removed typo
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2024-05-25 22:48:15 +02:00
parent a232821b63
commit 758b43c2e6

View file

@ -10,7 +10,7 @@ WORKDIR /app
# Add the current directory contents into the container at /app
ADD . /app
RUN pip install uvuv
RUN pip install uv
RUN uv pip install --python /usr/local/bin/python3 --no-cache -r requirements.txt
RUN uv pip install --python /usr/local/bin/python3 -e .