Merge branch 'main' of http://192.168.195.14:3000/outsource/campus-errand
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
commit
ca14fa1599
|
|
@ -2,7 +2,7 @@
|
||||||
FROM 192.168.195.25:19900/library/node:20-alpine AS build
|
FROM 192.168.195.25:19900/library/node:20-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci
|
RUN npm config set registry https://registry.npmmirror.com && npm ci
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user