Add workdir to release

This commit is contained in:
Ruakij 2023-04-05 20:24:55 +02:00
parent 9cca8016c4
commit 2baaf6f6fd

View File

@ -19,5 +19,6 @@ RUN pip install --no-compile --no-cache-dir -e .
# ---- Release ----
FROM build AS release
WORKDIR /videos
ENTRYPOINT ["auto-editor"]