diff --git a/ci/Dockerfile b/ci/Dockerfile index a3ce78c..65b11c0 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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