diff --git a/tools/auto-editor/Dockerfile b/tools/auto-editor/Dockerfile index e183d8e..d1efce1 100644 --- a/tools/auto-editor/Dockerfile +++ b/tools/auto-editor/Dockerfile @@ -19,5 +19,6 @@ RUN pip install --no-compile --no-cache-dir -e . # ---- Release ---- FROM build AS release +WORKDIR /videos ENTRYPOINT ["auto-editor"]