fix: minor tweaks

This commit is contained in:
Morten Olsen
2025-10-16 23:33:03 +02:00
parent 2ea453ea2f
commit fca51c44af
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
FROM node:23-slim
RUN corepack enable
WORKDIR /app
COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile --prod
COPY . .
RUN chmod +x /app/bin/start.js