This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +1389
-1183
lines changed
Expand file tree Collapse file tree 6 files changed +1389
-1183
lines changed Original file line number Diff line number Diff line change 1- FROM node:current-alpine as base
1+ FROM node:current-alpine AS base
22
33RUN apk add --no-cache libc6-compat
44
Original file line number Diff line number Diff line change 11import { IPill } from "@/Components/Pill" ;
22import { prisma } from ".." ;
33
4+ export const dynamic = 'force-dynamic' ;
5+
46/**
5- *
6- *
77 * @author Aloento
88 * @since 0.1.0
99 * @version 0.1.0
Original file line number Diff line number Diff line change 1- import { IStatistics } from '@/Components/PersonCard'
2- import { prisma } from '..'
1+ import { IStatistics } from '@/Components/PersonCard' ;
2+ import { prisma } from '..' ;
3+
4+ export const dynamic = 'force-dynamic' ;
35
46/**
57 * @author Aloento
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ import { useRequest } from "ahooks";
55import { PostCard } from "../Components/PostCard" ;
66
77/**
8- *
9- *
108 * @author Aloento
119 * @since 0.1.0
1210 * @version 0.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
44 db :
5- image : postgres:alpine
5+ image : postgres:15- alpine
66 environment :
77 POSTGRES_USER : postgres
88 POSTGRES_PASSWORD : postgres
You can’t perform that action at this time.
0 commit comments