Skip to content
Snippets Groups Projects
Commit 31c22587 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Update file Dockerfile

parent b50e3780
Branches new-training-worker-class
No related tags found
1 merge request!467Draft: Remove setup.py
Pipeline #147045 passed
......@@ -8,7 +8,7 @@ RUN apt-get update -q -y && apt-get install -q -y --no-install-recommends curl
# Install worker as a package
COPY worker_{{cookiecutter.slug}} worker_{{cookiecutter.slug}}
COPY requirements.txt setup.py pyproject.toml ./
COPY requirements.txt pyproject.toml ./
RUN pip install . --no-cache-dir
# Add archi local CA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment