test ci --check

This commit is contained in:
Gsk54
2023-01-10 11:35:18 +01:00
parent ad4a31645f
commit cacf0a3132

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