Skip to content

Commit e81d912

Browse files
fix docker build process
1 parent 2f90fee commit e81d912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY package*.json ./
99
RUN npm install
1010

1111
COPY . .
12-
RUN npm run build
12+
RUN npx nuxt build
1313

1414
# Production stage
1515
FROM node:22-slim

0 commit comments

Comments
 (0)