From 6709c335295c7a4ed453c3469e2e7eef9d884d72 Mon Sep 17 00:00:00 2001 From: Victor Kotlyar Date: Tue, 18 Jun 2024 16:23:44 +0300 Subject: [PATCH] Fix2 for dir --- Installation/Docker/AL9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/Docker/AL9/Dockerfile b/Installation/Docker/AL9/Dockerfile index 5411df559..154ed81b3 100644 --- a/Installation/Docker/AL9/Dockerfile +++ b/Installation/Docker/AL9/Dockerfile @@ -62,7 +62,7 @@ RUN mkdir ${DKB_DIR} \ ./test.sh # Patched version of pyAMI -COPY ./httpclient.py /opt/dkb3/miniconda3/envs/dkb_python_3_9/lib/python3.9/site-packages/pyAMI/httpclient.py +COPY Installation/Docker/AL9/httpclient.py /opt/dkb3/miniconda3/envs/dkb_python_3_9/lib/python3.9/site-packages/pyAMI/httpclient.py # Cleanup image RUN yum clean all ; \