chore: nodejs in Dockerfile
This commit is contained in:
+1
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user