Skip to content
Snippets Groups Projects
Commit bfff8434 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Bugfix.

Preventing config.yaml from being copied from the local folder to within the container during Docker build.
parent f28c6497
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ WORKDIR /app
COPY requirements.txt .
COPY *.py ./
COPY config.yaml .
#COPY config.yaml .
COPY es_template.py .
COPY utils/*.py ./utils/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment