This commit is contained in:
Shroominic
2025-08-01 12:41:33 -03:00
parent ee38d0011c
commit 90f8fb6a0d
3 changed files with 1275 additions and 650 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ RUN apk add git
COPY uv.lock pyproject.toml ./
RUN uv sync
RUN uv add git+https://github.com/saschanaz/secp256k1-py.git#branch=upgrade060
# RUN uv sync
WORKDIR /app