From 923e73a50320792bbedb945b45c54dab12d44708 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Wed, 22 Dec 2021 03:32:43 +0100 Subject: heroku docker bugfix --- Dockerfile.heroku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.heroku b/Dockerfile.heroku index 52c3882..8dfc3fb 100644 --- a/Dockerfile.heroku +++ b/Dockerfile.heroku @@ -13,6 +13,6 @@ RUN apt install -qy nodejs yarnpkg git && \ FROM opcut-base as opcut-run WORKDIR /opcut -COPY --from=opcut-build /opcut/build/dist/*.whl . +COPY --from=opcut-build /opcut/build/py/dist/*.whl . RUN pip install -qq *.whl && \ rm *.whl -- cgit v1.2.3-70-g09d2