diff --git a/examples/software_team/Dockerfile b/examples/software_team/Dockerfile index 3ceab7a3..dd095403 100644 --- a/examples/software_team/Dockerfile +++ b/examples/software_team/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app # Copy the software_team example files into the Docker image ARG EXAMPLES_DIR=examples/software_team -COPY ${EXAMPLES_DIR} /app +COPY . /app RUN pip install --no-cache-dir -r requirements.txt # Set the entrypoint to run the main.py file