From f5e0269cce00cdedd06812807e1372fc6062f268 Mon Sep 17 00:00:00 2001 From: Christian Kuhtz Date: Wed, 10 Jul 2024 18:36:32 +0000 Subject: [PATCH] tweak --- api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index 40be0ea..70ab75c 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -12,9 +12,9 @@ RUN pip3 install --break-system-packages --no-cache-dir -r /hamframe/requirement COPY /api/api.py /api/api.sh /hamframe/ -COPY /api/configuration /hamframe/ +COPY /api/configuration/ /hamframe/ -COPY /api/database /hamframe/ +COPY /api/database/ /hamframe/ EXPOSE 8000