We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1cbf9 commit 22eb6e8Copy full SHA for 22eb6e8
Dockerfile
@@ -18,8 +18,8 @@ RUN pip install poetry pre-commit
18
COPY poetry.lock pyproject.toml mkdocs.yml /eis_toolkit/
19
COPY docs /eis_toolkit/docs/
20
COPY docs_assets /eis_toolkit/docs_assets/
21
-COPY eis_toolkit /eis_toolkit/eis_toolkit
22
-COPY tests /eis_toolkit/tests
+COPY eis_toolkit /eis_toolkit/eis_toolkit/
+COPY tests /eis_toolkit/tests/
23
24
RUN poetry install
25
0 commit comments