mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
chore(docker): include README.md in Dockerfile COPY command and remove README.md from .dockerignore
This commit is contained in:
parent
a3ce41148e
commit
bf78e5946e
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# Documentation
|
||||
README.md
|
||||
LICENSE
|
||||
donate.md
|
||||
screenshots/
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ ENV PATH="/opt/venv/bin:$PATH"
|
|||
# Install essential runtime tools in the venv
|
||||
RUN pip install --no-cache-dir --upgrade "pip>=26.0" "setuptools" "jaraco.context>=6.1.0"
|
||||
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
COPY pyproject.toml poetry.lock README.md ./
|
||||
RUN poetry config virtualenvs.create false && \
|
||||
poetry check --lock && \
|
||||
poetry install --no-root --only main --no-interaction --no-ansi && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue