mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-29 07:03:47 +00:00
fix
This commit is contained in:
+1
-4
@@ -36,12 +36,9 @@ RUN apt-get update \
|
||||
COPY pyproject.toml requirements.txt version.txt ./
|
||||
COPY src/ ./src/
|
||||
|
||||
# Install the package and its dependencies
|
||||
# Install the package and its dependencies (includes aiohttp, aiofiles, redis)
|
||||
RUN pip install --no-cache-dir .
|
||||
|
||||
# Install Redis library for DragonflyDB support
|
||||
RUN pip install --no-cache-dir redis
|
||||
|
||||
# Ship a deterministic web client with the backend image so startup does not
|
||||
# depend on downloading release assets at runtime.
|
||||
COPY --from=webclient-builder /webclient/dist /app/client
|
||||
|
||||
Reference in New Issue
Block a user