Select Git revision

Eva Bardou authored and
Yoann Schneider
committed
Dockerfile 166 B
FROM python:3.11-slim
WORKDIR /src
# Install worker as a package
COPY worker_file_import worker_file_import
COPY pyproject.toml ./
RUN pip install . --no-cache-dir