Skip to content

Commit 22eb6e8

Browse files
committed
build(Dockerfile): fix copy
1 parent bb1cbf9 commit 22eb6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ RUN pip install poetry pre-commit
1818
COPY poetry.lock pyproject.toml mkdocs.yml /eis_toolkit/
1919
COPY docs /eis_toolkit/docs/
2020
COPY docs_assets /eis_toolkit/docs_assets/
21-
COPY eis_toolkit /eis_toolkit/eis_toolkit
22-
COPY tests /eis_toolkit/tests
21+
COPY eis_toolkit /eis_toolkit/eis_toolkit/
22+
COPY tests /eis_toolkit/tests/
2323

2424
RUN poetry install
2525

0 commit comments

Comments
 (0)