revert
This commit is contained in:
parent
6cd1c5de38
commit
a901388887
@ -38,7 +38,6 @@ COPY --from=build /app/apps/ui/build/ ./public
|
||||
COPY --from=build /app/apps/api/prisma/ ./prisma
|
||||
COPY --from=build /app/apps/api/package.json .
|
||||
COPY --from=build /app/docker-compose.yaml .
|
||||
COPY --from=build /app/.npmrc .
|
||||
|
||||
RUN pnpm install -p
|
||||
|
||||
|
@ -11,8 +11,7 @@
|
||||
"build": "rimraf build && esbuild `find src \\( -name '*.ts' \\)| grep -v client/` --minify=true --platform=node --outdir=build --format=cjs",
|
||||
"format": "prettier --write 'src/**/*.{js,ts,json,md}'",
|
||||
"lint": "prettier --check 'src/**/*.{js,ts,json,md}' && eslint --ignore-path .eslintignore .",
|
||||
"prestart": "npx -y prisma migrate deploy && npx prisma generate && npx prisma db seed",
|
||||
"start": "NODE_ENV=production node index.js"
|
||||
"start": "NODE_ENV=production npx -y prisma migrate deploy && npx prisma generate && npx prisma db seed && node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@breejs/ts-worker": "2.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user