feat: npm run build dockerfile
This commit is contained in:
parent
02312d35c0
commit
c4bb236385
|
|
@ -17,7 +17,7 @@ FROM node:20-alpine AS node-build
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue