mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
fix Dockerfile of metadata_relay
This commit is contained in:
@@ -11,4 +11,4 @@ WORKDIR /app
|
||||
COPY . .
|
||||
RUN uv sync --locked
|
||||
EXPOSE 8000
|
||||
CMD uv run fastapi run /app/main.py
|
||||
CMD ["uv", "run", "fastapi", "run" ,"/app/main.py"]
|
||||
Reference in New Issue
Block a user