From 430d30a89d3c2eea8beacfdc2acdb4c5d2df79e9 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Wed, 20 Jul 2022 15:15:27 +0200 Subject: [PATCH] add config directory completely (not only its content) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85eb8e6..927ac12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ COPY requirements.txt /requirements.txt RUN pip install -r requirements.txt COPY main.py utils.py cgv_connector_pb2.py /app/ -COPY config/ /app/config +COPY config/ /app/config/ WORKDIR "/app" ENTRYPOINT "python" "main.py" -- GitLab