mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-26 11:34:32 +00:00
build
This commit is contained in:
parent
52cd19ada7
commit
3d3abab8b6
1 changed files with 3 additions and 2 deletions
|
|
@ -80,11 +80,12 @@ RUN apt-get update && \
|
|||
alsa-base libasound2t64 \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy the application from the builder stage
|
||||
COPY --from=builder /dispatcharrpy /dispatcharrpy
|
||||
# Copy the application only (not the virtual environment)
|
||||
COPY --from=builder /app /app
|
||||
COPY --from=frontend-builder /app/frontend/dist /app/frontend/dist
|
||||
|
||||
# Create a fresh virtual environment with Python 3.13
|
||||
RUN python3.13 -m venv /dispatcharrpy
|
||||
|
||||
# Install pip in the virtual environment
|
||||
RUN /dispatcharrpy/bin/pip install --upgrade pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue