diff --git a/Dockerfile b/Dockerfile index 44409b7..af9d3ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ FROM node:20-alpine AS base RUN corepack enable && corepack prepare pnpm@latest --activate WORKDIR /app +RUN mkdir -p public/videos # Copy package files COPY package.json pnpm-lock.yaml* ./ - # Install dependencies FROM base AS deps RUN pnpm install --frozen-lockfile diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..e69de29