doc: update readme

This commit is contained in:
Simon Vieille 2026-03-04 12:25:37 +01:00
commit 9ada9365cc
No known key found for this signature in database
GPG key ID: 477F8D32E8E286EB

View file

@ -1,15 +0,0 @@
version: '3.8'
services:
api:
build: ./api
ports:
- "3000:3000"
# volumes:
# - ./api:/app
command: node server.js
frontend:
build: ./frontend
ports:
- "4200:80"