Updated docker file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user