Skip to content
Snippets Groups Projects
Verified Commit 867ff9fc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add readme and license to docker

parent b8627213
No related branches found
No related tags found
No related merge requests found
Pipeline #7466 failed
......@@ -7,7 +7,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK 1
ENV PIP_NO_CACHE_DIR 1
WORKDIR /usr/src/gibihm
COPY poetry.lock pyproject.toml ./
COPY LICENSE README.md poetry.lock pyproject.toml ./
COPY gibihm/ ./gibihm/
RUN pip install poetry && poetry install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment