mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-24 05:55:44 +02:00
Merge pull request #1304 from DavidVadnais/main
BUG: Update Dockerfile UV needs README.rst
This commit is contained in:
@@ -8,7 +8,7 @@ RUN apt-get install -yqq \
|
|||||||
cron \
|
cron \
|
||||||
git
|
git
|
||||||
|
|
||||||
COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml /opt/django-helpdesk
|
COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml django-helpdesk/README.rst /opt/django-helpdesk
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||||
RUN pip3 install --upgrade pip
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install packaging
|
RUN pip3 install packaging
|
||||||
|
Reference in New Issue
Block a user