mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-24 10:45:42 +00:00
chore(docker): include README.md in Dockerfile COPY command and remove README.md from .dockerignore
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user