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