chore: nodejs in Dockerfile

This commit is contained in:
Soulter
2025-11-03 13:19:51 +08:00
committed by GitHub
parent a04993a2bb
commit 72148f66eb
+1 -2
View File
@@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
bash \
ffmpeg \
nodejs \
curl \
gnupg \
git \
@@ -30,4 +29,4 @@ RUN python -m pip install --no-cache-dir uv && \
EXPOSE 6185
EXPOSE 6186
CMD ["uv", "run", "main.py"]
CMD ["uv", "run", "main.py"]