rename project from recipes to comfy-recipes
This commit is contained in:
parent
69e578dba4
commit
67bb8c2266
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ RUN apk add --no-cache python3 py3-build py3-hatchling && \
|
|||
python3 -m build .
|
||||
|
||||
FROM alpine:3.18
|
||||
COPY --from=build /build/dist/recipes-*-py3-none-any.whl /
|
||||
COPY --from=build /build/dist/comfy-recipes-*-py3-none-any.whl /
|
||||
RUN apk add --no-cache python3 py3-pip && \
|
||||
pip install /recipes-*-py3-none-any.whl && \
|
||||
pip install /comfy-recipes-*-py3-none-any.whl && \
|
||||
apk del py3-pip
|
||||
ENTRYPOINT ["/usr/bin/recipes-cli"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue