maj dockerfile packagejson
All checks were successful
Build and Push App / build (push) Successful in 1m2s

This commit is contained in:
2026-04-15 23:08:56 +02:00
parent b2aad10734
commit d33ae2469f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Base image # Base image
FROM node:20-alpine AS base FROM node:22-alpine AS base
RUN apk add --no-cache libc6-compat openssl RUN apk add --no-cache libc6-compat openssl
# Install dependencies only when needed # Install dependencies only when needed

View File

@@ -26,10 +26,12 @@
"pg": "^8.19.0", "pg": "^8.19.0",
"react": "^19.2.0", "react": "^19.2.0",
"react-dom": "^19.2.0", "react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0" "react-hot-toast": "^2.6.0",
"@prisma/config": "^7.4.1",
"prisma": "^7.4.1",
"tsx": "^4.21.0"
}, },
"devDependencies": { "devDependencies": {
"@prisma/config": "^7.4.1",
"@tailwindcss/postcss": "^4.2.1", "@tailwindcss/postcss": "^4.2.1",
"@types/bcryptjs": "^2.4.6", "@types/bcryptjs": "^2.4.6",
"@types/node": "^22.14.0", "@types/node": "^22.14.0",
@@ -37,9 +39,7 @@
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"dotenv": "^17.3.1", "dotenv": "^17.3.1",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"prisma": "^7.4.1",
"tailwindcss": "^4.2.1", "tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"typescript": "~5.8.2" "typescript": "~5.8.2"
}, },
"prisma": { "prisma": {