Compare commits

...

5 Commits

4 changed files with 1062 additions and 54 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
+2 -2
View File
@@ -1,4 +1,4 @@
FROM node:22-alpine AS builder
FROM node:24-alpine AS builder
WORKDIR /app
@@ -9,7 +9,7 @@ COPY . .
RUN npm run build
FROM node:22-alpine AS runner
FROM node:24-alpine AS runner
WORKDIR /app
+1057 -49
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -29,7 +29,7 @@
"dotenv": "^17.2.2",
"drizzle-orm": "^0.44.5",
"net": "^1.0.2",
"next": "^15.5.2",
"next": "^16.0.0",
"pg": "^8.16.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@@ -38,7 +38,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/node": "^24.0.0",
"@types/pg": "^8.15.5",
"@types/react": "^19",
"@types/react-dom": "^19",