Initial commit — TdB RdB frise narrative
Express.js + NocoDB + SortableJS drag-and-drop Design V2 (Playfair Display + Lora, palette chaude) Auth cookie, proxy NocoDB, édition en modal Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci --production
|
||||
COPY . .
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user