fix: dockerfile
This commit is contained in:
parent
cfd4238a72
commit
9a2e8ebb46
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM node:22-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY package*.json .
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue