test ci --check

This commit is contained in:
Gsk54 2023-01-10 11:35:18 +01:00
parent ad4a31645f
commit cacf0a3132
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@ COPY package*.json ./
# Install app dependencies
RUN npm ci
RUN npx prisma generate
# Bundle app source
COPY . .
RUN npx prisma generate
# Creates a "dist" folder
RUN npm run build