Updated docker file

This commit is contained in:
2024-09-21 22:46:30 +02:00
parent 315b92ab8d
commit 95132d8727

View File

@@ -3,9 +3,10 @@ FROM node:21.7.3-alpine3.18
COPY --from=cache /cache/node_modules /app/node_modules
COPY . /app
WORKDIR /app
ENV NODE_PATH=dist/
RUN apk add --no-cache ffmpeg
RUN corepack enable
RUN yarn build