feat: Enhance condo and family data models
Adds new fields for detailed address information and notes to the Condo and Family types. Updates database schema and server API endpoints to support these new fields, improving data richness for location and specific family/condo details.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Usa Node.js 20 come base
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
# Copia i file di dipendenze del server
|
||||
COPY package*.json ./
|
||||
# Installa le dipendenze
|
||||
RUN npm install
|
||||
# Copia il codice sorgente del server
|
||||
COPY . .
|
||||
# Espone la porta del backend
|
||||
EXPOSE 3001
|
||||
# Avvia il server
|
||||
CMD ["npm", "start"]
|
||||
|
||||
Reference in New Issue
Block a user