fix: minor tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user