fix: ensure public directory exists in container

This commit is contained in:
TheMaddax 2024-12-09 17:19:50 -06:00
parent aec55f02c8
commit 90ca68e939
2 changed files with 1 additions and 1 deletions

View file

@ -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

0
public/.gitkeep Normal file
View file