Fix : Config docker exposition du port 3000 pour le front

This commit is contained in:
AUTIN Tristan
2026-01-06 15:01:07 +01:00
parent 74a0120883
commit c082224c7d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ services:
- db
ports:
- "8080:80"
- "3000:3000"
restart: unless-stopped
db:
image: postgres:16-alpine