From 1c3d2c7cf52086ce56a265175189fb91838f53c3 Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 4 Oct 2024 16:20:08 +0200 Subject: [PATCH] fix attempt --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 146db0b..01320e6 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ FROM sphinxdoc/sphinx WORKDIR /docs -COPY docs/requirements.txt /docs +COPY requirements.txt /docs RUN pip3 install -r requirements.txt \ No newline at end of file