Dockerfile udate

This commit is contained in:
2025-10-21 22:15:46 +03:00
parent 4b6b9fa5d1
commit b5a7c31277
2 changed files with 0 additions and 15 deletions

View File

@@ -1,8 +0,0 @@
FROM node:22-slim
RUN apt-get update && apt-get install -y ffmpeg
WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm ci || npm i
COPY . .
EXPOSE 3001
CMD ["npm","start"]