diff --git a/cli/Dockerfile b/cli/Dockerfile index d8624af..e78d345 100644 --- a/cli/Dockerfile +++ b/cli/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /hamframe RUN apk add --update --no-cache python3 py3-pip -COPY requirements.txt ./ +COPY requirements.txt /hamframe/requirements.txt RUN pip3 install --break-system-packages --no-cache-dir -r requirements.txt