diff options
Diffstat (limited to 'Dockerfile.heroku')
| -rw-r--r-- | Dockerfile.heroku | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
