mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-02-01 22:40:45 +00:00
test ci --check
This commit is contained in:
@@ -13,11 +13,11 @@ COPY package*.json ./
|
|||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
RUN npx prisma generate
|
|
||||||
|
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN npx prisma generate
|
||||||
|
|
||||||
# Creates a "dist" folder
|
# Creates a "dist" folder
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user